X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/9fa7dc2498bbb762e9b1a6d22a48f1f9e4c1ef17..e3d97e60d82760a934bb65b3f67df992c434e4a6:/package/busybox/config/selinux/Config.in?ds=sidebyside diff --git a/package/busybox/config/selinux/Config.in b/package/busybox/config/selinux/Config.in index d3a8acfaf..50f324aaa 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 @@ -16,7 +16,7 @@ config BUSYBOX_CONFIG_CHCON config BUSYBOX_CONFIG_FEATURE_CHCON_LONG_OPTIONS bool "Enable long options" default n - depends on BUSYBOX_CONFIG_CHCON && BUSYBOX_CONFIG_GETOPT_LONG + depends on BUSYBOX_CONFIG_CHCON && BUSYBOX_CONFIG_LONG_OPTS help Support long options for the chcon applet. @@ -67,7 +67,7 @@ config BUSYBOX_CONFIG_RUNCON config BUSYBOX_CONFIG_FEATURE_RUNCON_LONG_OPTIONS bool "Enable long options" default n - depends on BUSYBOX_CONFIG_RUNCON && BUSYBOX_CONFIG_GETOPT_LONG + depends on BUSYBOX_CONFIG_RUNCON && BUSYBOX_CONFIG_LONG_OPTS help Support long options for the runcon applet. @@ -112,5 +112,11 @@ config BUSYBOX_CONFIG_SETSEBOOL Enable support for change boolean. semanage and -P option is not supported yet. -endmenu +config BUSYBOX_CONFIG_SESTATUS + bool "sestatus" + default n + depends on BUSYBOX_CONFIG_SELINUX + help + Displays the status of SELinux. +endmenu