diff options
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index deb9eec9f6ee..4fd9efac29ab 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -881,6 +881,19 @@ config TMPFS | |||
881 | 881 | ||
882 | See <file:Documentation/filesystems/tmpfs.txt> for details. | 882 | See <file:Documentation/filesystems/tmpfs.txt> for details. |
883 | 883 | ||
884 | config TMPFS_POSIX_ACL | ||
885 | bool "Tmpfs POSIX Access Control Lists" | ||
886 | depends on TMPFS | ||
887 | select GENERIC_ACL | ||
888 | help | ||
889 | POSIX Access Control Lists (ACLs) support permissions for users and | ||
890 | groups beyond the owner/group/world scheme. | ||
891 | |||
892 | To learn more about Access Control Lists, visit the POSIX ACLs for | ||
893 | Linux website <http://acl.bestbits.at/>. | ||
894 | |||
895 | If you don't know what Access Control Lists are, say N. | ||
896 | |||
884 | config HUGETLBFS | 897 | config HUGETLBFS |
885 | bool "HugeTLB file system support" | 898 | bool "HugeTLB file system support" |
886 | depends X86 || IA64 || PPC64 || SPARC64 || SUPERH || BROKEN | 899 | depends X86 || IA64 || PPC64 || SPARC64 || SUPERH || BROKEN |