aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox/config/selinux/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-11-10 16:51:11 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-11-10 16:51:11 +0000
commit8fba43d0f136bdd7414ce94587d89c7a9e2b0900 (patch)
tree161f89573c5ea33c47d060a1a75a03f4fbaeddc7 /package/busybox/config/selinux/Config.in
parentfe6294e21cc6924e5148863b9b3060eb9ef05cd1 (diff)
downloadupstream-8fba43d0f136bdd7414ce94587d89c7a9e2b0900.tar.gz
upstream-8fba43d0f136bdd7414ce94587d89c7a9e2b0900.tar.bz2
upstream-8fba43d0f136bdd7414ce94587d89c7a9e2b0900.zip
upgrade busybox to 1.8.1
SVN-Revision: 9524
Diffstat (limited to 'package/busybox/config/selinux/Config.in')
-rw-r--r--package/busybox/config/selinux/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/package/busybox/config/selinux/Config.in b/package/busybox/config/selinux/Config.in
index 907c9753ec..d3a8acfafe 100644
--- a/package/busybox/config/selinux/Config.in
+++ b/package/busybox/config/selinux/Config.in
@@ -104,5 +104,13 @@ config BUSYBOX_CONFIG_FEATURE_SETFILES_CHECK_OPTION
Support "-c" option (check the validity of the contexts against
the specified binary policy) for setfiles. Requires libsepol.
+config BUSYBOX_CONFIG_SETSEBOOL
+ bool "setsebool"
+ default n
+ depends on BUSYBOX_CONFIG_SELINUX
+ help
+ Enable support for change boolean.
+ semanage and -P option is not supported yet.
+
endmenu