2f68def6338d072ae13328cf6357a4468408ce1b |
|
18-Oct-2011 |
Steve Lawrence <slawrence@tresys.com> |
libsepol: Move ebitmap_* functions from mcstrans to libsepol This patches moves some ebitmap functions (and, xor, not, etc.) from mcstrans into libsepol, where they really belong and could be used by other applications (e.g. CIL) Signed-off-by: Eric Paris <eparis@redhat.com> Acked-by: Dan Walsh <dwalsh@redhat.com>
/external/selinux/policycoreutils/mcstrans/src/mcstrans.c
|
7e0f0124743d241354afa888f3bfe23355679bc9 |
|
27-Oct-2010 |
Steve Lawrence <slawrence@tresys.com> |
Cleanup/minor fixes to mcstrans The majority of the patch is just handling the case of memory allocation failures and making sure things get cleaned up correctly in those cases. This also moves duplicate code in parse_ebitmap() and parse_raw() into parse_category(), and also updates the parse function to ensure the config files are in the correct format. Signed-off-by: Steve Lawrence <slawrence@tresys.com>
/external/selinux/policycoreutils/mcstrans/src/mcstrans.c
|
c89625db93f63f29a57451e692ae33ab24d49291 |
|
21-Jul-2010 |
Xavier Toth <txtoth@gmail.com> |
Add mcstrans to policycoreutils SELinux Project contribution of mcstrans. mcstrans is a userland package specific to SELinux which allows system administrators to define sensitivity levels and categories and provides a daemon for their translation into human readable form. This version is a merge of Joe Nalls git tree ( http://github.com/joenall/mcstrans) and patches supplied by Dan Walsh and others at RedHat. Ted Signed-off-by: Steve Lawrence <slawrence@tresys.com>
/external/selinux/policycoreutils/mcstrans/src/mcstrans.c
|