ocfs2: add mount option and Kconfig option for acl
[deliverable/linux.git] / fs / Kconfig
index ff0e81980207a75727d9a845cf8e7fcfbfedd7ec..e8a47f74a839cf04ffe2bc68295265b5b2a658f5 100644 (file)
@@ -268,6 +268,15 @@ config OCFS2_COMPAT_JBD
          is backwards compatible with JBD.  It is safe to say N here.
          However, if you really want to use the original JBD, say Y here.
 
+config OCFS2_FS_POSIX_ACL
+       bool "OCFS2 POSIX Access Control Lists"
+       depends on OCFS2_FS
+       select FS_POSIX_ACL
+       default n
+       help
+         Posix Access Control Lists (ACLs) support permissions for users and
+         groups beyond the owner/group/world scheme.
+
 endif # BLOCK
 
 source "fs/notify/Kconfig"
This page took 0.024758 seconds and 5 git commands to generate.