X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/9fa7dc2498bbb762e9b1a6d22a48f1f9e4c1ef17..244e2944c6b2f4efaf7d4375951ae2cf503823cd:/package/busybox/config/selinux/Config.in diff --git a/package/busybox/config/selinux/Config.in b/package/busybox/config/selinux/Config.in index d3a8acfaf..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 @@ -112,5 +112,12 @@ config BUSYBOX_CONFIG_SETSEBOOL 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