Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251676
b: refs/heads/master
c: 4db70f7
h: refs/heads/master
v: v3
  • Loading branch information
Eric Paris authored and Linus Torvalds committed May 26, 2011
1 parent a6ee565 commit e9ce0a8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 520fd8457ea8a1bcd6fe3e133b3e0eb6e6fe22ce
refs/heads/master: 4db70f73e56961b9bcdfd0c36c62847a18b7dbb5
29 changes: 15 additions & 14 deletions trunk/fs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,20 @@ config TMPFS

See <file:Documentation/filesystems/tmpfs.txt> 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 <http://acl.bestbits.at/>.

If you don't know what Access Control Lists are, say N.

config TMPFS_XATTR
bool "Tmpfs extended attributes"
depends on TMPFS
Expand All @@ -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 <http://acl.bestbits.at/>.

If you don't know what Access Control Lists are, say N.
If unsure, say N.

config HUGETLBFS
bool "HugeTLB file system support"
Expand Down

0 comments on commit e9ce0a8

Please sign in to comment.