diff options
Diffstat (limited to 'selinux/setenforce.c')
-rw-r--r-- | selinux/setenforce.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/selinux/setenforce.c b/selinux/setenforce.c index 8d18abd29..c28de6ec5 100644 --- a/selinux/setenforce.c +++ b/selinux/setenforce.c | |||
@@ -7,11 +7,11 @@ | |||
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 | //config:config SETENFORCE | 9 | //config:config SETENFORCE |
10 | //config: bool "setenforce" | 10 | //config: bool "setenforce (2.1 kb)" |
11 | //config: default n | 11 | //config: default n |
12 | //config: depends on SELINUX | 12 | //config: depends on SELINUX |
13 | //config: help | 13 | //config: help |
14 | //config: Enable support to modify the mode SELinux is running in. | 14 | //config: Enable support to modify the mode SELinux is running in. |
15 | 15 | ||
16 | //applet:IF_SETENFORCE(APPLET(setenforce, BB_DIR_USR_SBIN, BB_SUID_DROP)) | 16 | //applet:IF_SETENFORCE(APPLET(setenforce, BB_DIR_USR_SBIN, BB_SUID_DROP)) |
17 | 17 | ||