aboutsummaryrefslogtreecommitdiff
path: root/selinux/selinuxenabled.c
diff options
context:
space:
mode:
Diffstat (limited to 'selinux/selinuxenabled.c')
-rw-r--r--selinux/selinuxenabled.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/selinux/selinuxenabled.c b/selinux/selinuxenabled.c
index aa4e63f74..ce830dc22 100644
--- a/selinux/selinuxenabled.c
+++ b/selinux/selinuxenabled.c
@@ -6,6 +6,10 @@
6 * 6 *
7 * Licensed under GPLv2, see file LICENSE in this source tree. 7 * Licensed under GPLv2, see file LICENSE in this source tree.
8 */ 8 */
9
10//usage:#define selinuxenabled_trivial_usage NOUSAGE_STR
11//usage:#define selinuxenabled_full_usage ""
12
9#include "libbb.h" 13#include "libbb.h"
10 14
11int selinuxenabled_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; 15int selinuxenabled_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;