diff options
author | Denis Vlasenko | 2007-11-22 01:10:41 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-11-22 01:10:41 +0000 |
commit | 705eaf8b403555741cf6313a76da8597ae54d324 (patch) | |
tree | d3b8d2f5a5bad99368e3dc50a4e55d2fca22cebf /selinux/Config.in | |
parent | 9cdfd14223e58a73b2005ca8b432af439c8fe197 (diff) | |
download | busybox-705eaf8b403555741cf6313a76da8597ae54d324.zip busybox-705eaf8b403555741cf6313a76da8597ae54d324.tar.gz |
sestatus: new SELinux applet (KaiGai Kohei <kaigai@ak.jp.nec.com>)
Diffstat (limited to 'selinux/Config.in')
-rw-r--r-- | selinux/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/selinux/Config.in b/selinux/Config.in index c9b48fb..f764056 100644 --- a/selinux/Config.in +++ b/selinux/Config.in @@ -112,5 +112,12 @@ config SETSEBOOL 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 |