diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-21 09:50:55 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-21 09:50:55 +0200 |
commit | 72089cf6b4a77214ec4fd21d5ee5bf56958781cb (patch) | |
tree | a5cd9d8f47e909834d3dbc44f895556e68bcf18f /selinux/setfiles.c | |
parent | 75d151e31d135ebab083307ded4e9b98970baa75 (diff) | |
download | busybox-w32-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.tar.gz busybox-w32-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.tar.bz2 busybox-w32-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.zip |
config: deindent all help texts
Those two spaces after tab have no effect, and always a nuisance when editing.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'selinux/setfiles.c')
-rw-r--r-- | selinux/setfiles.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/selinux/setfiles.c b/selinux/setfiles.c index ceba36326..01106bd67 100644 --- a/selinux/setfiles.c +++ b/selinux/setfiles.c | |||
@@ -8,26 +8,26 @@ | |||
8 | //config: default n | 8 | //config: default n |
9 | //config: depends on SELINUX | 9 | //config: depends on SELINUX |
10 | //config: help | 10 | //config: help |
11 | //config: Enable support to modify to relabel files. | 11 | //config: Enable support to modify to relabel files. |
12 | //config: Notice: If you built libselinux with -D_FILE_OFFSET_BITS=64, | 12 | //config: Notice: If you built libselinux with -D_FILE_OFFSET_BITS=64, |
13 | //config: (It is default in libselinux's Makefile), you _must_ enable | 13 | //config: (It is default in libselinux's Makefile), you _must_ enable |
14 | //config: CONFIG_LFS. | 14 | //config: CONFIG_LFS. |
15 | //config: | 15 | //config: |
16 | //config:config FEATURE_SETFILES_CHECK_OPTION | 16 | //config:config FEATURE_SETFILES_CHECK_OPTION |
17 | //config: bool "Enable check option" | 17 | //config: bool "Enable check option" |
18 | //config: default n | 18 | //config: default n |
19 | //config: depends on SETFILES | 19 | //config: depends on SETFILES |
20 | //config: help | 20 | //config: help |
21 | //config: Support "-c" option (check the validity of the contexts against | 21 | //config: Support "-c" option (check the validity of the contexts against |
22 | //config: the specified binary policy) for setfiles. Requires libsepol. | 22 | //config: the specified binary policy) for setfiles. Requires libsepol. |
23 | //config: | 23 | //config: |
24 | //config:config RESTORECON | 24 | //config:config RESTORECON |
25 | //config: bool "restorecon (12 kb)" | 25 | //config: bool "restorecon (12 kb)" |
26 | //config: default n | 26 | //config: default n |
27 | //config: depends on SELINUX | 27 | //config: depends on SELINUX |
28 | //config: help | 28 | //config: help |
29 | //config: Enable support to relabel files. The feature is almost | 29 | //config: Enable support to relabel files. The feature is almost |
30 | //config: the same as setfiles, but usage is a little different. | 30 | //config: the same as setfiles, but usage is a little different. |
31 | 31 | ||
32 | //applet:IF_SETFILES(APPLET(setfiles, BB_DIR_SBIN, BB_SUID_DROP)) | 32 | //applet:IF_SETFILES(APPLET(setfiles, BB_DIR_SBIN, BB_SUID_DROP)) |
33 | // APPLET_ODDNAME:name main location suid_type help | 33 | // APPLET_ODDNAME:name main location suid_type help |