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 /include/applets.h | |
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 'include/applets.h')
-rw-r--r-- | include/applets.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h index f188232..757fa4a 100644 --- a/include/applets.h +++ b/include/applets.h @@ -300,6 +300,7 @@ USE_RX(APPLET(rx, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) USE_SED(APPLET(sed, _BB_DIR_BIN, _BB_SUID_NEVER)) USE_SELINUXENABLED(APPLET(selinuxenabled, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) USE_SEQ(APPLET_NOFORK(seq, seq, _BB_DIR_USR_BIN, _BB_SUID_NEVER, seq)) +USE_SESTATUS(APPLET(sestatus, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) USE_SETARCH(APPLET(setarch, _BB_DIR_BIN, _BB_SUID_NEVER)) USE_SETCONSOLE(APPLET(setconsole, _BB_DIR_SBIN, _BB_SUID_NEVER)) USE_SETENFORCE(APPLET(setenforce, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) |