aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-10-14 04:48:44 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-10-14 04:48:44 +0000
commitbe039374f3bd1c76535387ac4d079506804be270 (patch)
tree1f7dbab3c217ea7ce4b5962913cb707672a65bd9 /include
parent4a4575686eca96e7d393ba5c08ae3549bed2c1f0 (diff)
downloadbusybox-w32-be039374f3bd1c76535387ac4d079506804be270.tar.gz
busybox-w32-be039374f3bd1c76535387ac4d079506804be270.tar.bz2
busybox-w32-be039374f3bd1c76535387ac4d079506804be270.zip
setsebool: new applet (Yuichi Nakamura <ynakam@hitachisoft.jp>)
Diffstat (limited to 'include')
-rw-r--r--include/applets.h1
-rw-r--r--include/usage.h6
2 files changed, 7 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index 29a5d09e3..5b64e3a5a 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -304,6 +304,7 @@ USE_SETENFORCE(APPLET(setenforce, _BB_DIR_USR_SBIN, _BB_SUID_NEVER))
304USE_SETFILES(APPLET(setfiles, _BB_DIR_SBIN, _BB_SUID_NEVER)) 304USE_SETFILES(APPLET(setfiles, _BB_DIR_SBIN, _BB_SUID_NEVER))
305USE_SETKEYCODES(APPLET(setkeycodes, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) 305USE_SETKEYCODES(APPLET(setkeycodes, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
306USE_SETLOGCONS(APPLET(setlogcons, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) 306USE_SETLOGCONS(APPLET(setlogcons, _BB_DIR_USR_SBIN, _BB_SUID_NEVER))
307USE_SETSEBOOL(APPLET(setsebool, _BB_DIR_USR_SBIN, _BB_SUID_NEVER))
307USE_SETSID(APPLET(setsid, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) 308USE_SETSID(APPLET(setsid, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
308USE_SETUIDGID(APPLET_ODDNAME(setuidgid, chpst, _BB_DIR_USR_BIN, _BB_SUID_NEVER, setuidgid)) 309USE_SETUIDGID(APPLET_ODDNAME(setuidgid, chpst, _BB_DIR_USR_BIN, _BB_SUID_NEVER, setuidgid))
309USE_FEATURE_SH_IS_ASH(APPLET_NOUSAGE(sh, ash, _BB_DIR_BIN, _BB_SUID_NEVER)) 310USE_FEATURE_SH_IS_ASH(APPLET_NOUSAGE(sh, ash, _BB_DIR_BIN, _BB_SUID_NEVER))
diff --git a/include/usage.h b/include/usage.h
index 4c697d380..e88cf9e60 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -3056,6 +3056,12 @@ USE_FEATURE_RUN_PARTS_FANCY("\n -l Prints names of all matching files even when
3056#define setlogcons_full_usage \ 3056#define setlogcons_full_usage \
3057 "Redirect the kernel output to console N (0 for current)" 3057 "Redirect the kernel output to console N (0 for current)"
3058 3058
3059#define setsebool_trivial_usage \
3060 "boolean value"
3061
3062#define setsebool_full_usage \
3063 "Change boolean setting"
3064
3059#define setsid_trivial_usage \ 3065#define setsid_trivial_usage \
3060 "program [arg ...]" 3066 "program [arg ...]"
3061#define setsid_full_usage \ 3067#define setsid_full_usage \