SELinux: load_policy applet

This commit is contained in:
Denis Vlasenko
2007-03-24 15:37:57 +00:00
parent 5b27fbe990
commit 1fc6e56684
4 changed files with 13 additions and 0 deletions

View File

@@ -34,6 +34,13 @@ config GETSEBOOL
help
Enable support to get SELinux boolean values.
config LOAD_POLICY
bool "load_policy"
default n
depends on SELINUX
help
Enable support to load SELinux policy.
config MATCHPATHCON
bool "matchpathcon"
default n

View File

@@ -9,6 +9,7 @@ lib-y:=
lib-$(CONFIG_CHCON) += chcon.o
lib-$(CONFIG_GETENFORCE) += getenforce.o
lib-$(CONFIG_GETSEBOOL) += getsebool.o
lib-$(CONFIG_LOAD_POLICY) += load_policy.o
lib-$(CONFIG_MATCHPATHCON) += matchpathcon.o
lib-$(CONFIG_RUNCON) += runcon.o
lib-$(CONFIG_SELINUXENABLED) += selinuxenabled.o