aboutsummaryrefslogtreecommitdiff
path: root/security/Kconfig
diff options
context:
space:
mode:
authorDavid Barksdale <amatus@amatus.name>2014-08-13 16:14:13 -0500
committerDavid Barksdale <amatus@amatus.name>2014-08-13 16:14:13 -0500
commitace6c6d243016e272050787c14e27a83ecd94a25 (patch)
treec837edb1ca98b2552fbc7edba47aeb63f98ca1f0 /security/Kconfig
parent1b6e1688bd215cd7c9cb75650fa815a1ec6567e1 (diff)
Diffstat (limited to 'security/Kconfig')
-rw-r--r--security/Kconfig27
1 files changed, 27 insertions, 0 deletions
diff --git a/security/Kconfig b/security/Kconfig
index fb363cd81cf..ae6d6175f3a 100644
--- a/security/Kconfig
+++ b/security/Kconfig
@@ -113,6 +113,33 @@ config SECURITY_ROOTPLUG
If you are unsure how to answer this question, answer N.
+config SECURITY_TRUSTEES
+ bool "Linux Trustees ACLs"
+ select SECURITYFS
+ depends on SECURITY
+ help
+ Implements a system similar to Netware ACLs. Trustees
+ allows a global configuration of recursive ACLs via a
+ centralized file. ACLs can be added to an entire
+ directory tree and masked out on subdirectories.
+
+ Trustees allows complex permissions to be enforced
+ system-wide without needing to touch every file or
+ maintain thousands of ugly POSIX ACLs. See
+ http://trustees.sourceforge.net for more information on
+ trustees and the associated user-space tools.
+
+ If you are unsure how to answer this question, answer N.
+
+config SECURITY_TRUSTEES_DEBUG
+ bool "Enable debugging code and messages"
+ depends on SECURITY_TRUSTEES
+ help
+ Turns on certain diagnostic messages and debugging code
+ in trustees.
+
+ If you are unsure how to answer this question, answer N.
+
config INTEL_TXT
bool "Enable Intel(R) Trusted Execution Technology (Intel(R) TXT)"
depends on HAVE_INTEL_TXT