diff options
Diffstat (limited to 'selinux/selinuxenabled.c')
-rw-r--r-- | selinux/selinuxenabled.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/selinux/selinuxenabled.c b/selinux/selinuxenabled.c index b80c4e71b..e70a452cf 100644 --- a/selinux/selinuxenabled.c +++ b/selinux/selinuxenabled.c | |||
@@ -7,12 +7,12 @@ | |||
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 SELINUXENABLED | 9 | //config:config SELINUXENABLED |
10 | //config: bool "selinuxenabled" | 10 | //config: bool "selinuxenabled (321 bytes)" |
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 for this command to be used within shell scripts | 14 | //config: Enable support for this command to be used within shell scripts |
15 | //config: to determine if selinux is enabled. | 15 | //config: to determine if selinux is enabled. |
16 | 16 | ||
17 | //applet:IF_SELINUXENABLED(APPLET(selinuxenabled, BB_DIR_USR_SBIN, BB_SUID_DROP)) | 17 | //applet:IF_SELINUXENABLED(APPLET(selinuxenabled, BB_DIR_USR_SBIN, BB_SUID_DROP)) |
18 | 18 | ||