]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - security/Kconfig
ide-tape: remove struct idetape_inquiry_result_t
[linux-2.6-omap-h63xx.git] / security / Kconfig
index a94ee94cf491384e85b461e350b22205a68849b7..389e151e3b68e832d7b63b9623e10098d6d2e03b 100644 (file)
@@ -76,10 +76,21 @@ config SECURITY_NETWORK_XFRM
 config SECURITY_CAPABILITIES
        bool "Default Linux Capabilities"
        depends on SECURITY
+       default y
        help
          This enables the "default" Linux capabilities functionality.
          If you are unsure how to answer this question, answer Y.
 
+config SECURITY_FILE_CAPABILITIES
+       bool "File POSIX Capabilities (EXPERIMENTAL)"
+       depends on (SECURITY=n || SECURITY_CAPABILITIES!=n) && EXPERIMENTAL
+       default n
+       help
+         This enables filesystem capabilities, allowing you to give
+         binaries a subset of root's powers without using setuid 0.
+
+         If in doubt, answer N.
+
 config SECURITY_ROOTPLUG
        bool "Root Plug Support"
        depends on USB=y && SECURITY