From be039374f3bd1c76535387ac4d079506804be270 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 14 Oct 2007 04:48:44 +0000 Subject: setsebool: new applet (Yuichi Nakamura ) --- selinux/Config.in | 8 ++++++++ selinux/Kbuild | 1 + 2 files changed, 9 insertions(+) (limited to 'selinux') diff --git a/selinux/Config.in b/selinux/Config.in index 77f89c798..c2fc08dbf 100644 --- a/selinux/Config.in +++ b/selinux/Config.in @@ -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 diff --git a/selinux/Kbuild b/selinux/Kbuild index 08f49c867..ce353e066 100644 --- a/selinux/Kbuild +++ b/selinux/Kbuild @@ -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 -- cgit v1.2.3