From e9ce0a808cfbaa10e69d6590992522558e4afa51 Mon Sep 17 00:00:00 2001 From: Eric Paris Date: Wed, 25 May 2011 19:49:18 -0700 Subject: [PATCH] --- yaml --- r: 251676 b: refs/heads/master c: 4db70f73e56961b9bcdfd0c36c62847a18b7dbb5 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/Kconfig | 29 +++++++++++++++-------------- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/[refs] b/[refs] index 3a451d76946d..74ea70668b45 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 520fd8457ea8a1bcd6fe3e133b3e0eb6e6fe22ce +refs/heads/master: 4db70f73e56961b9bcdfd0c36c62847a18b7dbb5 diff --git a/trunk/fs/Kconfig b/trunk/fs/Kconfig index 979992dcb386..f6edba2e069f 100644 --- a/trunk/fs/Kconfig +++ b/trunk/fs/Kconfig @@ -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"