]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - security/Kconfig
mmc: Fix compile for omap_hsmmc.c
[linux-2.6-omap-h63xx.git] / security / Kconfig
index a79b23f73d0347b7ba02883b667f1b18765629ca..bb244774e9d765ae10e41768f5dfd5c40f1f3069 100644 (file)
@@ -82,6 +82,15 @@ config SECURITY_NETWORK_XFRM
          IPSec.
          If you are unsure how to answer this question, answer N.
 
+config SECURITY_PATH
+       bool "Security hooks for pathname based access control"
+       depends on SECURITY
+       help
+         This enables the security hooks for pathname based access control.
+         If enabled, a security module can use these hooks to
+         implement pathname based access controls.
+         If you are unsure how to answer this question, answer N.
+
 config SECURITY_FILE_CAPABILITIES
        bool "File POSIX Capabilities"
        default n
@@ -126,6 +135,7 @@ config SECURITY_DEFAULT_MMAP_MIN_ADDR
 
 source security/selinux/Kconfig
 source security/smack/Kconfig
+source security/tomoyo/Kconfig
 
 source security/integrity/ima/Kconfig