diff options
Diffstat (limited to 'selinux/load_policy.c')
-rw-r--r-- | selinux/load_policy.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/selinux/load_policy.c b/selinux/load_policy.c index ce139dbf2..f969453e3 100644 --- a/selinux/load_policy.c +++ b/selinux/load_policy.c | |||
@@ -4,6 +4,16 @@ | |||
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 | //config:config LOAD_POLICY | ||
8 | //config: bool "load_policy" | ||
9 | //config: default n | ||
10 | //config: depends on SELINUX | ||
11 | //config: help | ||
12 | //config: Enable support to load SELinux policy. | ||
13 | |||
14 | //applet:IF_LOAD_POLICY(APPLET(load_policy, BB_DIR_USR_SBIN, BB_SUID_DROP)) | ||
15 | |||
16 | //kbuild:lib-$(CONFIG_LOAD_POLICY) += load_policy.o | ||
7 | 17 | ||
8 | //usage:#define load_policy_trivial_usage NOUSAGE_STR | 18 | //usage:#define load_policy_trivial_usage NOUSAGE_STR |
9 | //usage:#define load_policy_full_usage "" | 19 | //usage:#define load_policy_full_usage "" |