aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Morris2009-10-19 23:48:33 -0500
committerJames Morris2009-10-20 00:26:16 -0500
commit3e1c2515acf70448cad1ae3ab835ca80be043d33 (patch)
tree46034a30e83ba406479d9753acdbb0fd76180b2b /security/Kconfig
parentb7f3008ad1d795935551e4dd810b0255a7bfa3c9 (diff)
downloadam43-linux-kernel-3e1c2515acf70448cad1ae3ab835ca80be043d33.tar.gz
am43-linux-kernel-3e1c2515acf70448cad1ae3ab835ca80be043d33.tar.xz
am43-linux-kernel-3e1c2515acf70448cad1ae3ab835ca80be043d33.zip
security: remove root_plug
Remove the root_plug example LSM code. It's unmaintained and increasingly broken in various ways. Made at the 2009 Kernel Summit in Tokyo! Acked-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'security/Kconfig')
-rw-r--r--security/Kconfig13
1 files changed, 0 insertions, 13 deletions
diff --git a/security/Kconfig b/security/Kconfig
index fb363cd81cf..aeea8c2bb59 100644
--- a/security/Kconfig
+++ b/security/Kconfig
@@ -100,19 +100,6 @@ config SECURITY_FILE_CAPABILITIES
100 100
101 If in doubt, answer N. 101 If in doubt, answer N.
102 102
103config SECURITY_ROOTPLUG
104 bool "Root Plug Support"
105 depends on USB=y && SECURITY
106 help
107 This is a sample LSM module that should only be used as such.
108 It prevents any programs running with egid == 0 if a specific
109 USB device is not present in the system.
110
111 See <http://www.linuxjournal.com/article.php?sid=6279> for
112 more information about this module.
113
114 If you are unsure how to answer this question, answer N.
115
116config INTEL_TXT 103config INTEL_TXT
117 bool "Enable Intel(R) Trusted Execution Technology (Intel(R) TXT)" 104 bool "Enable Intel(R) Trusted Execution Technology (Intel(R) TXT)"
118 depends on HAVE_INTEL_TXT 105 depends on HAVE_INTEL_TXT