diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-13 18:48:54 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-13 18:48:54 +0200 |
commit | ddbf9ef385bfbef897210733abfb73cb9b94ecec (patch) | |
tree | 64a9e965a71eef13e813a3327f8d74aa7168ee19 /security/Kconfig | |
parent | Merge master.kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6 (diff) | |
parent | [PATCH] SECURITY must depend on SYSFS (diff) | |
download | linux-ddbf9ef385bfbef897210733abfb73cb9b94ecec.tar.xz linux-ddbf9ef385bfbef897210733abfb73cb9b94ecec.zip |
Merge master.kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6
Diffstat (limited to 'security/Kconfig')
-rw-r--r-- | security/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Kconfig b/security/Kconfig index dcf04a09185d..64d3f1e9ca85 100644 --- a/security/Kconfig +++ b/security/Kconfig @@ -35,6 +35,7 @@ config KEYS_DEBUG_PROC_KEYS config SECURITY bool "Enable different security models" + depends on SYSFS help This allows you to choose different security modules to be configured into your kernel. |