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>
This commit is contained in:
Denys Vlasenko 2017-07-21 09:50:55 +02:00
parent 75d151e31d
commit 72089cf6b4
353 changed files with 2629 additions and 2630 deletions

View file

@ -12,7 +12,7 @@
//config: default n
//config: depends on SELINUX
//config: help
//config: Enable support to change the security context of file.
//config: Enable support to change the security context of file.
//config:
//config:config FEATURE_CHCON_LONG_OPTIONS
//config: bool "Enable long options"

View file

@ -11,7 +11,7 @@
//config: default n
//config: depends on SELINUX
//config: help
//config: Enable support to get the current mode of SELinux.
//config: Enable support to get the current mode of SELinux.
//applet:IF_GETENFORCE(APPLET(getenforce, BB_DIR_USR_SBIN, BB_SUID_DROP))

View file

@ -11,7 +11,7 @@
//config: default n
//config: depends on SELINUX
//config: help
//config: Enable support to get SELinux boolean values.
//config: Enable support to get SELinux boolean values.
//applet:IF_GETSEBOOL(APPLET(getsebool, BB_DIR_USR_SBIN, BB_SUID_DROP))

View file

@ -9,7 +9,7 @@
//config: default n
//config: depends on SELINUX
//config: help
//config: Enable support to load SELinux policy.
//config: Enable support to load SELinux policy.
//applet:IF_LOAD_POLICY(APPLET(load_policy, BB_DIR_USR_SBIN, BB_SUID_DROP))

View file

@ -10,8 +10,8 @@
//config: default n
//config: depends on SELINUX
//config: help
//config: Enable support to get default security context of the
//config: specified path from the file contexts configuration.
//config: Enable support to get default security context of the
//config: specified path from the file contexts configuration.
//applet:IF_MATCHPATHCON(APPLET(matchpathcon, BB_DIR_USR_SBIN, BB_SUID_DROP))

View file

@ -33,7 +33,7 @@
//config: default n
//config: depends on SELINUX
//config: help
//config: Enable support to run command in specified security context.
//config: Enable support to run command in specified security context.
//config:
//config:config FEATURE_RUNCON_LONG_OPTIONS
//config: bool "Enable long options"

View file

@ -11,8 +11,8 @@
//config: default n
//config: depends on SELINUX
//config: help
//config: Enable support for this command to be used within shell scripts
//config: to determine if selinux is enabled.
//config: Enable support for this command to be used within shell scripts
//config: to determine if selinux is enabled.
//applet:IF_SELINUXENABLED(APPLET(selinuxenabled, BB_DIR_USR_SBIN, BB_SUID_DROP))

View file

@ -12,7 +12,7 @@
//config: default n
//config: depends on SELINUX
//config: help
//config: Displays the status of SELinux.
//config: Displays the status of SELinux.
//applet:IF_SESTATUS(APPLET(sestatus, BB_DIR_USR_SBIN, BB_SUID_DROP))

View file

@ -11,7 +11,7 @@
//config: default n
//config: depends on SELINUX
//config: help
//config: Enable support to modify the mode SELinux is running in.
//config: Enable support to modify the mode SELinux is running in.
//applet:IF_SETENFORCE(APPLET(setenforce, BB_DIR_USR_SBIN, BB_SUID_DROP))

View file

@ -8,26 +8,26 @@
//config: default n
//config: depends on SELINUX
//config: help
//config: Enable support to modify to relabel files.
//config: Notice: If you built libselinux with -D_FILE_OFFSET_BITS=64,
//config: (It is default in libselinux's Makefile), you _must_ enable
//config: CONFIG_LFS.
//config: Enable support to modify to relabel files.
//config: Notice: If you built libselinux with -D_FILE_OFFSET_BITS=64,
//config: (It is default in libselinux's Makefile), you _must_ enable
//config: CONFIG_LFS.
//config:
//config:config FEATURE_SETFILES_CHECK_OPTION
//config: bool "Enable check option"
//config: default n
//config: depends on SETFILES
//config: help
//config: Support "-c" option (check the validity of the contexts against
//config: the specified binary policy) for setfiles. Requires libsepol.
//config: Support "-c" option (check the validity of the contexts against
//config: the specified binary policy) for setfiles. Requires libsepol.
//config:
//config:config RESTORECON
//config: bool "restorecon (12 kb)"
//config: default n
//config: depends on SELINUX
//config: help
//config: Enable support to relabel files. The feature is almost
//config: the same as setfiles, but usage is a little different.
//config: Enable support to relabel files. The feature is almost
//config: the same as setfiles, but usage is a little different.
//applet:IF_SETFILES(APPLET(setfiles, BB_DIR_SBIN, BB_SUID_DROP))
// APPLET_ODDNAME:name main location suid_type help

View file

@ -12,8 +12,8 @@
//config: default n
//config: depends on SELINUX
//config: help
//config: Enable support for change boolean.
//config: semanage and -P option is not supported yet.
//config: Enable support for change boolean.
//config: semanage and -P option is not supported yet.
//applet:IF_SETSEBOOL(APPLET(setsebool, BB_DIR_USR_SBIN, BB_SUID_DROP))