Go to file
Eric Paris d1c606ba46 libsemanage: genhomedircon: remove useless conditional in get_home_dirs
We have minuid_set = 0 at the top of the function and then do a test
like:

if (!minuid_set || something)

But since minuid_set is always 0, we always call this code.  Get rid of
the pointless conditional.

Signed-off-by: Eric Paris <eparis@redhat.com>
2013-02-05 20:19:05 -05:00
checkpolicy checkpolicy: Free allocated memory when clean up / exit. 2013-02-05 20:14:50 -05:00
libselinux libselinux: do not leak file contexts with mmap'd backend 2013-02-05 20:14:48 -05:00
libsemanage libsemanage: genhomedircon: remove useless conditional in get_home_dirs 2013-02-05 20:19:05 -05:00
libsepol libsepol: Fix memory leak issues found by Klocwork 2013-02-05 20:14:50 -05:00
policycoreutils policycoreutils: seunshare: do checking on setfsuid 2013-02-05 20:14:51 -05:00
scripts scripts: release: do not complain if release dir exists 2013-02-05 20:19:03 -05:00
sepolgen sepolgen: understand role attributes 2013-02-05 20:14:47 -05:00
.gitignore global: gitignore: add a couple of more editor backup filetypes 2013-02-01 12:14:57 -05:00
Makefile libselinux: additional makefile support for rubywrap 2012-06-28 11:21:16 -04:00