X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2FKconfig;h=19891aab9c6ed7255388f175eabfcd7e4f5bb253;hb=f1ecc69838a2d7c8a3e1909f637d4083c071777d;hp=979992dcb386d68f3fefd1c9edad6e3de9758118;hpb=3f5785ec31adcb7cafa9135087297a38d9698cf8;p=pandora-kernel.git diff --git a/fs/Kconfig b/fs/Kconfig index 979992dcb386..19891aab9c6e 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -47,7 +47,7 @@ config FS_POSIX_ACL def_bool n config EXPORTFS - bool + tristate config FILE_LOCKING bool "Enable POSIX file locking API" if EXPERT @@ -121,6 +121,20 @@ config TMPFS See for details. +config TMPFS_POSIX_ACL + bool "Tmpfs POSIX Access Control Lists" + depends on TMPFS + select TMPFS_XATTR + select GENERIC_ACL + help + POSIX Access Control Lists (ACLs) support permissions for users and + groups beyond the owner/group/world scheme. + + To learn more about Access Control Lists, visit the POSIX ACLs for + Linux website . + + If you don't know what Access Control Lists are, say N. + config TMPFS_XATTR bool "Tmpfs extended attributes" depends on TMPFS @@ -133,22 +147,9 @@ config TMPFS_XATTR Currently this enables support for the trusted.* and security.* namespaces. - If unsure, say N. - You need this for POSIX ACL support on tmpfs. -config TMPFS_POSIX_ACL - bool "Tmpfs POSIX Access Control Lists" - depends on TMPFS_XATTR - select GENERIC_ACL - help - POSIX Access Control Lists (ACLs) support permissions for users and - groups beyond the owner/group/world scheme. - - To learn more about Access Control Lists, visit the POSIX ACLs for - Linux website . - - If you don't know what Access Control Lists are, say N. + If unsure, say N. config HUGETLBFS bool "HugeTLB file system support"