summaryrefslogtreecommitdiffstats
path: root/package/busybox/config/selinux
diff options
context:
space:
mode:
Diffstat (limited to 'package/busybox/config/selinux')
-rw-r--r--package/busybox/config/selinux/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/busybox/config/selinux/Config.in b/package/busybox/config/selinux/Config.in
index d3a8acfaf..cc8966c5a 100644
--- a/package/busybox/config/selinux/Config.in
+++ b/package/busybox/config/selinux/Config.in
@@ -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