summaryrefslogtreecommitdiff
path: root/busybox-selinux.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'busybox-selinux.kconfig')
-rw-r--r--busybox-selinux.kconfig13
1 files changed, 0 insertions, 13 deletions
diff --git a/busybox-selinux.kconfig b/busybox-selinux.kconfig
index e795e73..efd102d 100644
--- a/busybox-selinux.kconfig
+++ b/busybox-selinux.kconfig
@@ -8,7 +8,6 @@ menu "SELinux Utilities"
config CHCON
bool "chcon"
- default n
depends on SELINUX
help
Enable support to change the security context of file.
@@ -22,28 +21,24 @@ config FEATURE_CHCON_LONG_OPTIONS
config GETENFORCE
bool "getenforce"
- default n
depends on SELINUX
help
Enable support to get the current mode of SELinux.
config GETSEBOOL
bool "getsebool"
- default n
depends on SELINUX
help
Enable support to get SELinux boolean values.
config LOAD_POLICY
bool "load_policy"
- default n
depends on SELINUX
help
Enable support to load SELinux policy.
config MATCHPATHCON
bool "matchpathcon"
- default n
depends on SELINUX
help
Enable support to get default security context of the
@@ -51,7 +46,6 @@ config MATCHPATHCON
config RESTORECON
bool "restorecon"
- default n
depends on SELINUX
help
Enable support to relabel files. The feature is almost
@@ -59,7 +53,6 @@ config RESTORECON
config RUNCON
bool "runcon"
- default n
depends on SELINUX
help
Enable support to run command in speficied security context.
@@ -73,7 +66,6 @@ config FEATURE_RUNCON_LONG_OPTIONS
config SELINUXENABLED
bool "selinuxenabled"
- default n
depends on SELINUX
help
Enable support for this command to be used within shell scripts
@@ -81,14 +73,12 @@ config SELINUXENABLED
config SETENFORCE
bool "setenforce"
- default n
depends on SELINUX
help
Enable support to modify the mode SELinux is running in.
config SETFILES
bool "setfiles"
- default n
depends on SELINUX
help
Enable support to modify to relabel files.
@@ -98,7 +88,6 @@ config SETFILES
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
@@ -106,7 +95,6 @@ config FEATURE_SETFILES_CHECK_OPTION
config SETSEBOOL
bool "setsebool"
- default n
depends on SELINUX
help
Enable support for change boolean.
@@ -114,7 +102,6 @@ config SETSEBOOL
config SESTATUS
bool "sestatus"
- default n
depends on SELINUX
help
Displays the status of SELinux.