]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - security/Kconfig
ipg: fix checkpatch reported errors
[linux-2.6-omap-h63xx.git] / security / Kconfig
index a94ee94cf491384e85b461e350b22205a68849b7..8086e61058e373e68054dd166be2e942f4db2e4c 100644 (file)
@@ -80,6 +80,16 @@ config SECURITY_CAPABILITIES
          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