setsebool: new applet (Yuichi Nakamura <ynakam@hitachisoft.jp>)

This commit is contained in:
Denis Vlasenko
2007-10-14 04:48:44 +00:00
parent 4a4575686e
commit be039374f3
4 changed files with 16 additions and 0 deletions

View File

@@ -104,5 +104,13 @@ config FEATURE_SETFILES_CHECK_OPTION
Support "-c" option (check the validity of the contexts against
the specified binary policy) for setfiles. Requires libsepol.
config SETSEBOOL
bool "setsebool"
default n
depends on SELINUX
help
Enable support for change boolean.
semanage and -P option is not supported yet.
endmenu

View File

@@ -16,3 +16,4 @@ lib-$(CONFIG_SELINUXENABLED) += selinuxenabled.o
lib-$(CONFIG_SETENFORCE) += setenforce.o
lib-$(CONFIG_SETFILES) += setfiles.o
lib-$(CONFIG_RESTORECON) += setfiles.o
lib-$(CONFIG_SETSEBOOL) += setsebool.o