aboutsummaryrefslogtreecommitdiff
path: root/selinux/load_policy.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2016-11-23 18:46:40 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2016-11-23 18:46:40 +0100
commita8e52da7742b2bc8a3993f7f7c3c70da8fe79848 (patch)
tree5ec3c417b56095f6768b6a7c96817c248bdea2fa /selinux/load_policy.c
parent15fb91cefb22d64952f34fe246fc8f257172af63 (diff)
downloadbusybox-w32-a8e52da7742b2bc8a3993f7f7c3c70da8fe79848.tar.gz
busybox-w32-a8e52da7742b2bc8a3993f7f7c3c70da8fe79848.tar.bz2
busybox-w32-a8e52da7742b2bc8a3993f7f7c3c70da8fe79848.zip
Convert all selinux/* applets to "new style" applet definitions
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'selinux/load_policy.c')
-rw-r--r--selinux/load_policy.c10
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 ""