diff options
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 ceba363..01106bd 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 |