[package] busybox: update to v1.13.4 (closes: #4279)
[openwrt-10.03/.git] / package / busybox / config / selinux / Config.in
index d3a8acfafe317fa20252f9e2c2f12554a0881297..b5b2d663e6a541cd3a1e314e95065e0084b3fae2 100644 (file)
@@ -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