X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fbusybox%2Fconfig%2Fselinux%2FConfig.in;h=b5b2d663e6a541cd3a1e314e95065e0084b3fae2;hb=e53ecb012ec4b2b87bb9ab35741241590b552a68;hp=907c9753ec74992667930778ff484b8ab566f223;hpb=e8b81c92e78dc781a9569d7d51bd4f98d89237f8;p=openwrt-10.03%2F.git diff --git a/package/busybox/config/selinux/Config.in b/package/busybox/config/selinux/Config.in index 907c9753e..b5b2d663e 100644 --- a/package/busybox/config/selinux/Config.in +++ b/package/busybox/config/selinux/Config.in @@ -3,7 +3,7 @@ # see scripts/kbuild/config-language.txt. # -menu "Selinux Utilities" +menu "SELinux Utilities" depends on BUSYBOX_CONFIG_SELINUX config BUSYBOX_CONFIG_CHCON @@ -104,5 +104,20 @@ 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. + +config BUSYBOX_CONFIG_SESTATUS + bool "sestatus" + default n + depends on BUSYBOX_CONFIG_SELINUX + help + Displays the status of SELinux. + endmenu