Commit 71d024d5 authored by Nathan Scott's avatar Nathan Scott

[XFS] Update XFS config entries - add security entry, update ACL entry.

parent 19d0e61a
...@@ -344,17 +344,29 @@ config XFS_QUOTA ...@@ -344,17 +344,29 @@ config XFS_QUOTA
with or without the generic quota support enabled (CONFIG_QUOTA) - with or without the generic quota support enabled (CONFIG_QUOTA) -
they are completely independent subsystems. they are completely independent subsystems.
config XFS_SECURITY
bool "Security Label support"
depends on XFS_FS
help
Security labels support alternative access control models
implemented by security modules like SELinux. This option
enables an extended attribute namespace for inode security
labels in the XFS filesystem.
If you are not using a security module that requires using
extended attributes for inode security labels, say N.
config XFS_POSIX_ACL config XFS_POSIX_ACL
bool "ACL support" bool "POSIX ACL support"
depends on XFS_FS depends on XFS_FS
help help
Posix Access Control Lists (ACLs) support permissions for users and POSIX Access Control Lists (ACLs) support permissions for users and
groups beyond the owner/group/world scheme. groups beyond the owner/group/world scheme.
To learn more about Access Control Lists, visit the Posix ACLs for To learn more about Access Control Lists, visit the POSIX ACLs for
Linux website <http://acl.bestbits.at/>. Linux website <http://acl.bestbits.at/>.
If you don't know what Access Control Lists are, say N If you don't know what Access Control Lists are, say N.
config MINIX_FS config MINIX_FS
tristate "Minix fs support" tristate "Minix fs support"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment