diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-11-22 01:10:41 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-11-22 01:10:41 +0000 |
commit | 705eaf8b403555741cf6313a76da8597ae54d324 (patch) | |
tree | d3b8d2f5a5bad99368e3dc50a4e55d2fca22cebf /selinux/Config.in | |
parent | 9cdfd14223e58a73b2005ca8b432af439c8fe197 (diff) | |
download | busybox-w32-705eaf8b403555741cf6313a76da8597ae54d324.tar.gz busybox-w32-705eaf8b403555741cf6313a76da8597ae54d324.tar.bz2 busybox-w32-705eaf8b403555741cf6313a76da8597ae54d324.zip |
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 c9b48fb1b..f764056a2 100644 --- a/selinux/Config.in +++ b/selinux/Config.in | |||
@@ -112,5 +112,12 @@ config SETSEBOOL | |||
112 | Enable support for change boolean. | 112 | Enable support for change boolean. |
113 | semanage and -P option is not supported yet. | 113 | semanage and -P option is not supported yet. |
114 | 114 | ||
115 | config SESTATUS | ||
116 | bool "sestatus" | ||
117 | default n | ||
118 | depends on SELINUX | ||
119 | help | ||
120 | Displays the status of SELinux. | ||
121 | |||
115 | endmenu | 122 | endmenu |
116 | 123 | ||