platform_external_selinux/libselinux
Dan Walsh dd563b35e1 libselinux: seusers: fix to handle large sets of groups
If a user was in too many groups the check_group function might not pass
a large enough buffer to getgrnam_r to handle things.  This could return
ERANGE which we then aborted.  Instead we should make the buffer larger and
try again.

Signed-off-by: Eric Paris <eparis@redhat.com>
Acked-by: Dan Walsh <dwalsh@redhat.com>
2011-11-02 15:37:10 -04:00
..
include libselinux: simple interface for access checks 2011-11-02 15:37:10 -04:00
man libselinux: simple interface for access checks 2011-11-02 15:37:10 -04:00
src libselinux: seusers: fix to handle large sets of groups 2011-11-02 15:37:10 -04:00
utils libselinux: utils: matchpathcon: remove duplicate declaration 2011-09-16 11:54:03 -04:00
ChangeLog Bump version and changelog for all components. 2011-09-16 15:34:36 -04:00
LICENSE initial import from svn trunk revision 2950 2008-08-19 15:30:36 -04:00
Makefile initial import from svn trunk revision 2950 2008-08-19 15:30:36 -04:00
VERSION Bump version and changelog for all components. 2011-09-16 15:34:36 -04:00