Go to file
Stephen Smalley 0a515c4610 libsemanage: Add semanage_mls_enabled interface
Add a semanage_mls_enabled() interface to libsemanage so that
semanage/seobject can be rewritten to use it to test whether MLS is
enabled for a given policy store rather than checking the runtime MLS
enabled status, which can be misleading when using semanage on a
SELinux-disabled host or when using semanage on a store other than the
active one.  Sample usage:
	from semanage import *
	handle = semanage_handle_create()
	rc = semanage_connect(handle)
	rc = semanage_mls_enabled(handle)

Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
2008-11-12 09:20:30 -05:00
checkpolicy bump libselinux and checkpolicy versions 2008-10-14 08:12:59 -04:00
libselinux Bump libselinux to 2.0.74 2008-11-03 13:45:19 -05:00
libsemanage libsemanage: Add semanage_mls_enabled interface 2008-11-12 09:20:30 -05:00
libsepol remove reject file 2008-10-09 08:34:09 -04:00
policycoreutils Bump libsemanage to 2.0.29 and policycoreutils to 2.0.59 2008-11-09 11:20:40 -05:00
scripts initial import from svn trunk revision 2950 2008-08-19 15:30:36 -04:00
sepolgen bump policycoreutils to 2.0.56 and sepolgen to 1.0.14 2008-09-07 18:57:50 -04:00
Makefile initial import from svn trunk revision 2950 2008-08-19 15:30:36 -04:00