diff options
author | Phil Sutter <phil@nwl.cc> | 2021-02-25 09:10:55 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2021-02-25 10:05:27 +0100 |
commit | 0820b94a8326b3e8cc75d0078f93c7626ccf8147 (patch) | |
tree | 761eaa5a8169bea62ee1ebd4a56e48ea17419edc /package/busybox/config/selinux | |
parent | 073833312927763a74e45a5f5228fbdb0c9288cf (diff) |
package/busybox: Update stored config files
When updating busybox, these files must be updated - otherwise the
config written to busybox source tree when building may be incomplete,
causing the build to hang.
Fixes: e4800c73e63e5 ("busybox: update to latest")
Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'package/busybox/config/selinux')
-rw-r--r-- | package/busybox/config/selinux/Config.in | 103 |
1 files changed, 39 insertions, 64 deletions
diff --git a/package/busybox/config/selinux/Config.in b/package/busybox/config/selinux/Config.in index 8818ef5a1..ab2d8a206 100644 --- a/package/busybox/config/selinux/Config.in +++ b/package/busybox/config/selinux/Config.in @@ -1,124 +1,99 @@ # DO NOT EDIT. This file is generated from Config.src # # For a description of the syntax of this configuration file, -# see scripts/kbuild/config-language.txt. +# see docs/Kconfig-language.txt. # menu "SELinux Utilities" depends on BUSYBOX_SELINUX - config BUSYBOX_CHCON - bool "chcon" + bool "chcon (8.9 kb)" default n depends on BUSYBOX_SELINUX help - Enable support to change the security context of file. - -config BUSYBOX_FEATURE_CHCON_LONG_OPTIONS - bool "Enable long options" - default y - depends on BUSYBOX_CHCON && BUSYBOX_LONG_OPTS - help - Support long options for the chcon applet. - + Enable support to change the security context of file. config BUSYBOX_GETENFORCE - bool "getenforce" + bool "getenforce (1.7 kb)" default n depends on BUSYBOX_SELINUX help - Enable support to get the current mode of SELinux. - + Enable support to get the current mode of SELinux. config BUSYBOX_GETSEBOOL - bool "getsebool" + bool "getsebool (5.5 kb)" default n depends on BUSYBOX_SELINUX help - Enable support to get SELinux boolean values. - + Enable support to get SELinux boolean values. config BUSYBOX_LOAD_POLICY - bool "load_policy" + bool "load_policy (1.6 kb)" default n depends on BUSYBOX_SELINUX help - Enable support to load SELinux policy. - + Enable support to load SELinux policy. config BUSYBOX_MATCHPATHCON - bool "matchpathcon" + bool "matchpathcon (6.1 kb)" default n depends on BUSYBOX_SELINUX help - Enable support to get default security context of the - specified path from the file contexts configuration. - -config BUSYBOX_RESTORECON - bool "restorecon" + Enable support to get default security context of the + specified path from the file contexts configuration. +config BUSYBOX_RUNCON + bool "runcon (6.6 kb)" default n depends on BUSYBOX_SELINUX help - Enable support to relabel files. The feature is almost - the same as setfiles, but usage is a little different. - -config BUSYBOX_RUNCON - bool "runcon" + Enable support to run command in specified security context. +config BUSYBOX_SELINUXENABLED + bool "selinuxenabled (321 bytes)" default n depends on BUSYBOX_SELINUX help - Enable support to run command in speficied security context. - -config BUSYBOX_FEATURE_RUNCON_LONG_OPTIONS - bool "Enable long options" - default y - depends on BUSYBOX_RUNCON && BUSYBOX_LONG_OPTS - help - Support long options for the runcon applet. - -config BUSYBOX_SELINUXENABLED - bool "selinuxenabled" + Enable support for this command to be used within shell scripts + to determine if selinux is enabled. +config BUSYBOX_SESTATUS + bool "sestatus (12 kb)" default n depends on BUSYBOX_SELINUX help - Enable support for this command to be used within shell scripts - to determine if selinux is enabled. - + Displays the status of SELinux. config BUSYBOX_SETENFORCE - bool "setenforce" + bool "setenforce (2.1 kb)" default n depends on BUSYBOX_SELINUX help - Enable support to modify the mode SELinux is running in. - + Enable support to modify the mode SELinux is running in. config BUSYBOX_SETFILES - bool "setfiles" + bool "setfiles (13 kb)" default n depends on BUSYBOX_SELINUX help - Enable support to modify to relabel files. - Notice: If you built libselinux with -D_FILE_OFFSET_BITS=64, - (It is default in libselinux's Makefile), you _must_ enable - CONFIG_LFS. + Enable support to modify to relabel files. + Notice: If you built libselinux with -D_FILE_OFFSET_BITS=64, + (It is default in libselinux's Makefile), you _must_ enable + CONFIG_LFS. config BUSYBOX_FEATURE_SETFILES_CHECK_OPTION bool "Enable check option" default n depends on BUSYBOX_SETFILES help - Support "-c" option (check the validity of the contexts against - the specified binary policy) for setfiles. Requires libsepol. + Support "-c" option (check the validity of the contexts against + the specified binary policy) for setfiles. Requires libsepol. -config BUSYBOX_SETSEBOOL - bool "setsebool" +config BUSYBOX_RESTORECON + bool "restorecon (12 kb)" default n depends on BUSYBOX_SELINUX help - Enable support for change boolean. - semanage and -P option is not supported yet. - -config BUSYBOX_SESTATUS - bool "sestatus" + Enable support to relabel files. The feature is almost + the same as setfiles, but usage is a little different. +config BUSYBOX_SETSEBOOL + bool "setsebool (1.7 kb)" default n depends on BUSYBOX_SELINUX help - Displays the status of SELinux. + Enable support for change boolean. + semanage and -P option is not supported yet. endmenu |