upgrade busybox to v1.11.1 and add current upstream fixes
[openwrt.git] / package / busybox / config / selinux / Config.in
index 907c975..cc8966c 100644 (file)
@@ -104,5 +104,20 @@ 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.
 
+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
 
This page took 0.020292 seconds and 4 git commands to generate.