Go to file
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
checkpolicy Revert "checkpolicy: Redo filename/filesystem syntax to support filename trans rules" 2011-11-02 13:04:39 -04:00
libselinux libselinux: seusers: fix to handle large sets of groups 2011-11-02 15:37:10 -04:00
libsemanage libselinux: maintain mode even if umask is tighter 2011-11-02 15:37:10 -04:00
libsepol libselinux: libsemanage: libsepol: regenerate .pc on VERSION change 2011-11-02 15:37:10 -04:00
policycoreutils tree: Makefiles: syntax, convert all ${VAR} to $(VAR) 2011-11-02 15:37:08 -04:00
scripts release script 2009-03-12 01:23:32 -04:00
sepolgen Bump version and changelog for all components. 2011-09-16 15:34:36 -04:00
.gitignore .gitignore: More files to ignore 2011-09-16 11:54:04 -04:00
Makefile global: Makefile: create global 'all' target 2011-08-26 14:27:57 -04:00