diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-11-10 16:51:11 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-11-10 16:51:11 +0000 |
commit | d08fabc843dba8d63ba1be45fc60183afc6ddf84 (patch) | |
tree | 6149c44bd54059b9f96a550a4b44328b71c991dd /package/busybox/config/selinux | |
parent | 6c83354576ce8521cfa81c24a5675bd34165c6db (diff) | |
download | upstream-d08fabc843dba8d63ba1be45fc60183afc6ddf84.tar.gz upstream-d08fabc843dba8d63ba1be45fc60183afc6ddf84.tar.bz2 upstream-d08fabc843dba8d63ba1be45fc60183afc6ddf84.zip |
upgrade busybox to 1.8.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9524 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/config/selinux')
-rw-r--r-- | package/busybox/config/selinux/Config.in | 8 |
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 |