From 72089cf6b4a77214ec4fd21d5ee5bf56958781cb Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 21 Jul 2017 09:50:55 +0200 Subject: config: deindent all help texts Those two spaces after tab have no effect, and always a nuisance when editing. Signed-off-by: Denys Vlasenko --- selinux/chcon.c | 2 +- selinux/getenforce.c | 2 +- selinux/getsebool.c | 2 +- selinux/load_policy.c | 2 +- selinux/matchpathcon.c | 4 ++-- selinux/runcon.c | 2 +- selinux/selinuxenabled.c | 4 ++-- selinux/sestatus.c | 2 +- selinux/setenforce.c | 2 +- selinux/setfiles.c | 16 ++++++++-------- selinux/setsebool.c | 4 ++-- 11 files changed, 21 insertions(+), 21 deletions(-) (limited to 'selinux') diff --git a/selinux/chcon.c b/selinux/chcon.c index 6caf14750..ae87fb554 100644 --- a/selinux/chcon.c +++ b/selinux/chcon.c @@ -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" diff --git a/selinux/getenforce.c b/selinux/getenforce.c index 44bcdfd24..0286dd0be 100644 --- a/selinux/getenforce.c +++ b/selinux/getenforce.c @@ -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)) diff --git a/selinux/getsebool.c b/selinux/getsebool.c index 2c56a05fc..6d7805c8d 100644 --- a/selinux/getsebool.c +++ b/selinux/getsebool.c @@ -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)) diff --git a/selinux/load_policy.c b/selinux/load_policy.c index 22ee0527d..b7930839c 100644 --- a/selinux/load_policy.c +++ b/selinux/load_policy.c @@ -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)) diff --git a/selinux/matchpathcon.c b/selinux/matchpathcon.c index 7814f62ed..3388d0857 100644 --- a/selinux/matchpathcon.c +++ b/selinux/matchpathcon.c @@ -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)) diff --git a/selinux/runcon.c b/selinux/runcon.c index f7d6fcd29..09082d6c2 100644 --- a/selinux/runcon.c +++ b/selinux/runcon.c @@ -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" diff --git a/selinux/selinuxenabled.c b/selinux/selinuxenabled.c index e2c44b3b8..e70a452cf 100644 --- a/selinux/selinuxenabled.c +++ b/selinux/selinuxenabled.c @@ -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)) diff --git a/selinux/sestatus.c b/selinux/sestatus.c index 719832e8f..daf4b223b 100644 --- a/selinux/sestatus.c +++ b/selinux/sestatus.c @@ -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)) diff --git a/selinux/setenforce.c b/selinux/setenforce.c index 2e4ab77b1..c28de6ec5 100644 --- a/selinux/setenforce.c +++ b/selinux/setenforce.c @@ -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)) 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 @@ //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 diff --git a/selinux/setsebool.c b/selinux/setsebool.c index 9005a384d..579118172 100644 --- a/selinux/setsebool.c +++ b/selinux/setsebool.c @@ -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)) -- cgit v1.2.3