diff options
author | Denis Vlasenko | 2007-10-14 04:48:44 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-10-14 04:48:44 +0000 |
commit | be039374f3bd1c76535387ac4d079506804be270 (patch) | |
tree | 1f7dbab3c217ea7ce4b5962913cb707672a65bd9 /selinux/Config.in | |
parent | 4a4575686eca96e7d393ba5c08ae3549bed2c1f0 (diff) | |
download | busybox-be039374f3bd1c76535387ac4d079506804be270.zip busybox-be039374f3bd1c76535387ac4d079506804be270.tar.gz |
setsebool: new applet (Yuichi Nakamura <ynakam@hitachisoft.jp>)
Diffstat (limited to 'selinux/Config.in')
-rw-r--r-- | selinux/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/selinux/Config.in b/selinux/Config.in index 77f89c7..c2fc08d 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 |