diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/Kconfig | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index f3aa9b08b228..979992dcb386 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -121,9 +121,25 @@ 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_XATTR | ||
125 | bool "Tmpfs extended attributes" | ||
126 | depends on TMPFS | ||
127 | default n | ||
128 | help | ||
129 | Extended attributes are name:value pairs associated with inodes by | ||
130 | the kernel or by users (see the attr(5) manual page, or visit | ||
131 | <http://acl.bestbits.at/> for details). | ||
132 | |||
133 | Currently this enables support for the trusted.* and | ||
134 | security.* namespaces. | ||
135 | |||
136 | If unsure, say N. | ||
137 | |||
138 | You need this for POSIX ACL support on tmpfs. | ||
139 | |||
124 | config TMPFS_POSIX_ACL | 140 | config TMPFS_POSIX_ACL |
125 | bool "Tmpfs POSIX Access Control Lists" | 141 | bool "Tmpfs POSIX Access Control Lists" |
126 | depends on TMPFS | 142 | depends on TMPFS_XATTR |
127 | select GENERIC_ACL | 143 | select GENERIC_ACL |
128 | help | 144 | help |
129 | POSIX Access Control Lists (ACLs) support permissions for users and | 145 | POSIX Access Control Lists (ACLs) support permissions for users and |