On Mon, 30 Sep 2013 14:41:41 -0500
Serge Hallyn wrote:
> Quoting Dwight Engen (dwight.en...@oracle.com):
> > - When doing the selinux change, I noticed that there was a lot of
> > duplication of code in handing string configuration items, so I
> > refactored this into a common function.
> >
Quoting Dwight Engen (dwight.en...@oracle.com):
> - When doing the selinux change, I noticed that there was a lot of
> duplication of code in handing string configuration items, so I
> refactored this into a common function.
>
> - Added a config_string_max that can be passed a maximum acceptab
- When doing the selinux change, I noticed that there was a lot of
duplication of code in handing string configuration items, so I
refactored this into a common function.
- Added a config_string_max that can be passed a maximum acceptable
length, used to limit ttydir to NAME_MAX.
- The beha