dd: speed measurement. optional.
[oweals/busybox.git] / selinux / Config.in
index 77f89c7986f902cb041bec54545126f36d47b882..e46030adf8a6e05b51e155c07030d5ad7ce4c7ef 100644 (file)
@@ -3,7 +3,7 @@
 # see scripts/kbuild/config-language.txt.
 #
 
-menu "Selinux Utilities"
+menu "SELinux Utilities"
        depends on SELINUX
 
 config CHCON
@@ -16,7 +16,7 @@ config CHCON
 config FEATURE_CHCON_LONG_OPTIONS
        bool "Enable long options"
        default y
-       depends on CHCON && GETOPT_LONG
+       depends on CHCON && LONG_OPTS
        help
          Support long options for the chcon applet.
 
@@ -67,7 +67,7 @@ config RUNCON
 config FEATURE_RUNCON_LONG_OPTIONS
        bool "Enable long options"
        default y
-       depends on RUNCON && GETOPT_LONG
+       depends on RUNCON && LONG_OPTS
        help
          Support long options for the runcon applet.
 
@@ -104,5 +104,20 @@ config FEATURE_SETFILES_CHECK_OPTION
          Support "-c" option (check the validity of the contexts against
          the specified binary policy) for setfiles. Requires libsepol.
 
+config SETSEBOOL
+       bool "setsebool"
+       default n
+       depends on SELINUX
+       help
+         Enable support for change boolean.
+         semanage and -P option is not supported yet.
+
+config SESTATUS
+       bool "sestatus"
+       default n
+       depends on SELINUX
+       help
+         Displays the status of SELinux.
+
 endmenu