data/method/busybox/busybox-1.36.0/selinux/Config.in

100 lines
2.3 KiB
Plaintext

# DO NOT EDIT. This file is generated from Config.src
#
# For a description of the syntax of this configuration file,
# see docs/Kconfig-language.txt.
#
menu "SELinux Utilities"
depends on SELINUX
config CHCON
bool "chcon (8.9 kb)"
default n
depends on SELINUX
help
Enable support to change the security context of file.
config GETENFORCE
bool "getenforce (1.7 kb)"
default n
depends on SELINUX
help
Enable support to get the current mode of SELinux.
config GETSEBOOL
bool "getsebool (5.5 kb)"
default n
depends on SELINUX
help
Enable support to get SELinux boolean values.
config LOAD_POLICY
bool "load_policy (1.6 kb)"
default n
depends on SELINUX
help
Enable support to load SELinux policy.
config MATCHPATHCON
bool "matchpathcon (6.1 kb)"
default n
depends on SELINUX
help
Enable support to get default security context of the
specified path from the file contexts configuration.
config RUNCON
bool "runcon (6.6 kb)"
default n
depends on SELINUX
help
Enable support to run command in specified security context.
config SELINUXENABLED
bool "selinuxenabled (321 bytes)"
default n
depends on SELINUX
help
Enable support for this command to be used within shell scripts
to determine if selinux is enabled.
config SESTATUS
bool "sestatus (12 kb)"
default n
depends on SELINUX
help
Displays the status of SELinux.
config SETENFORCE
bool "setenforce (2.1 kb)"
default n
depends on SELINUX
help
Enable support to modify the mode SELinux is running in.
config SETFILES
bool "setfiles (13 kb)"
default n
depends on 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.
config FEATURE_SETFILES_CHECK_OPTION
bool "Enable check option"
default n
depends on SETFILES
help
Support "-c" option (check the validity of the contexts against
the specified binary policy) for setfiles. Requires libsepol.
config RESTORECON
bool "restorecon (12 kb)"
default n
depends on SELINUX
help
Enable support to relabel files. The feature is almost
the same as setfiles, but usage is a little different.
config SETSEBOOL
bool "setsebool (1.7 kb)"
default n
depends on SELINUX
help
Enable support for change boolean.
semanage and -P option is not supported yet.
endmenu