diff options
Diffstat (limited to 'selinux/load_policy.c')
-rw-r--r-- | selinux/load_policy.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/selinux/load_policy.c b/selinux/load_policy.c index 8fc92dbf3..ce139dbf2 100644 --- a/selinux/load_policy.c +++ b/selinux/load_policy.c | |||
@@ -4,6 +4,10 @@ | |||
4 | * | 4 | * |
5 | * Licensed under GPLv2, see file LICENSE in this source tree. | 5 | * Licensed under GPLv2, see file LICENSE in this source tree. |
6 | */ | 6 | */ |
7 | |||
8 | //usage:#define load_policy_trivial_usage NOUSAGE_STR | ||
9 | //usage:#define load_policy_full_usage "" | ||
10 | |||
7 | #include "libbb.h" | 11 | #include "libbb.h" |
8 | 12 | ||
9 | int load_policy_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 13 | int load_policy_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |