diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/applets.h | 1 | ||||
-rw-r--r-- | include/usage.h | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h index f188232c4..757fa4a25 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -300,6 +300,7 @@ USE_RX(APPLET(rx, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) | |||
300 | USE_SED(APPLET(sed, _BB_DIR_BIN, _BB_SUID_NEVER)) | 300 | USE_SED(APPLET(sed, _BB_DIR_BIN, _BB_SUID_NEVER)) |
301 | USE_SELINUXENABLED(APPLET(selinuxenabled, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) | 301 | USE_SELINUXENABLED(APPLET(selinuxenabled, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) |
302 | USE_SEQ(APPLET_NOFORK(seq, seq, _BB_DIR_USR_BIN, _BB_SUID_NEVER, seq)) | 302 | USE_SEQ(APPLET_NOFORK(seq, seq, _BB_DIR_USR_BIN, _BB_SUID_NEVER, seq)) |
303 | USE_SESTATUS(APPLET(sestatus, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) | ||
303 | USE_SETARCH(APPLET(setarch, _BB_DIR_BIN, _BB_SUID_NEVER)) | 304 | USE_SETARCH(APPLET(setarch, _BB_DIR_BIN, _BB_SUID_NEVER)) |
304 | USE_SETCONSOLE(APPLET(setconsole, _BB_DIR_SBIN, _BB_SUID_NEVER)) | 305 | USE_SETCONSOLE(APPLET(setconsole, _BB_DIR_SBIN, _BB_SUID_NEVER)) |
305 | USE_SETENFORCE(APPLET(setenforce, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) | 306 | USE_SETENFORCE(APPLET(setenforce, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) |
diff --git a/include/usage.h b/include/usage.h index 3c8762ee1..5c03719d6 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -3121,6 +3121,12 @@ USE_FEATURE_RUN_PARTS_FANCY("\n -l Prints names of all matching files even when | |||
3121 | " FIRST LAST\n" \ | 3121 | " FIRST LAST\n" \ |
3122 | " FIRST INCREMENT LAST" | 3122 | " FIRST INCREMENT LAST" |
3123 | 3123 | ||
3124 | #define sestatus_trivial_usage \ | ||
3125 | "[-vb]" | ||
3126 | #define sestatus_full_usage \ | ||
3127 | "-v Verbose\n" \ | ||
3128 | "-b Display current state of booleans" | ||
3129 | |||
3124 | #define setconsole_trivial_usage \ | 3130 | #define setconsole_trivial_usage \ |
3125 | "[-r" USE_FEATURE_SETCONSOLE_LONG_OPTIONS("|--reset") "] [DEVICE]" | 3131 | "[-r" USE_FEATURE_SETCONSOLE_LONG_OPTIONS("|--reset") "] [DEVICE]" |
3126 | #define setconsole_full_usage \ | 3132 | #define setconsole_full_usage \ |