diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/Kconfig | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 979992dcb386..f6edba2e069f 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -121,6 +121,20 @@ config TMPFS | |||
121 | 121 | ||
122 | See <file:Documentation/filesystems/tmpfs.txt> for details. | 122 | See <file:Documentation/filesystems/tmpfs.txt> for details. |
123 | 123 | ||
124 | config TMPFS_POSIX_ACL | ||
125 | bool "Tmpfs POSIX Access Control Lists" | ||
126 | depends on TMPFS | ||
127 | select TMPFS_XATTR | ||
128 | select GENERIC_ACL | ||
129 | help | ||
130 | POSIX Access Control Lists (ACLs) support permissions for users and | ||
131 | groups beyond the owner/group/world scheme. | ||
132 | |||
133 | To learn more about Access Control Lists, visit the POSIX ACLs for | ||
134 | Linux website <http://acl.bestbits.at/>. | ||
135 | |||
136 | If you don't know what Access Control Lists are, say N. | ||
137 | |||
124 | config TMPFS_XATTR | 138 | config TMPFS_XATTR |
125 | bool "Tmpfs extended attributes" | 139 | bool "Tmpfs extended attributes" |
126 | depends on TMPFS | 140 | depends on TMPFS |
@@ -133,22 +147,9 @@ config TMPFS_XATTR | |||
133 | Currently this enables support for the trusted.* and | 147 | Currently this enables support for the trusted.* and |
134 | security.* namespaces. | 148 | security.* namespaces. |
135 | 149 | ||
136 | If unsure, say N. | ||
137 | |||
138 | You need this for POSIX ACL support on tmpfs. | 150 | You need this for POSIX ACL support on tmpfs. |
139 | 151 | ||
140 | config TMPFS_POSIX_ACL | 152 | If unsure, say N. |
141 | bool "Tmpfs POSIX Access Control Lists" | ||
142 | depends on TMPFS_XATTR | ||
143 | select GENERIC_ACL | ||
144 | help | ||
145 | POSIX Access Control Lists (ACLs) support permissions for users and | ||
146 | groups beyond the owner/group/world scheme. | ||
147 | |||
148 | To learn more about Access Control Lists, visit the POSIX ACLs for | ||
149 | Linux website <http://acl.bestbits.at/>. | ||
150 | |||
151 | If you don't know what Access Control Lists are, say N. | ||
152 | 153 | ||
153 | config HUGETLBFS | 154 | config HUGETLBFS |
154 | bool "HugeTLB file system support" | 155 | bool "HugeTLB file system support" |