package/busybox: add missing bits from 1.17.1 update (mostly config stuff), rename...
[openwrt/staging/yousong.git] / package / busybox / config / selinux / Config.in
index 907c9753ec74992667930778ff484b8ab566f223..50f324aaa1f329c84623965b3980817a468f8dfe 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
@@ -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.
 
@@ -104,5 +104,19 @@ 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.
 
-endmenu
+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