diff options
Diffstat (limited to 'selinux/sestatus.c')
-rw-r--r-- | selinux/sestatus.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/selinux/sestatus.c b/selinux/sestatus.c index aa12e806c..0bd1a0dda 100644 --- a/selinux/sestatus.c +++ b/selinux/sestatus.c | |||
@@ -8,6 +8,12 @@ | |||
8 | * Licensed under GPLv2, see file LICENSE in this source tree. | 8 | * Licensed under GPLv2, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | 10 | ||
11 | //usage:#define sestatus_trivial_usage | ||
12 | //usage: "[-vb]" | ||
13 | //usage:#define sestatus_full_usage "\n\n" | ||
14 | //usage: " -v Verbose" | ||
15 | //usage: "\n -b Display current state of booleans" | ||
16 | |||
11 | #include "libbb.h" | 17 | #include "libbb.h" |
12 | 18 | ||
13 | extern char *selinux_mnt; | 19 | extern char *selinux_mnt; |