diff options
author | Tiger Yang <tiger.yang@oracle.com> | 2008-11-13 22:17:52 -0500 |
---|---|---|
committer | Mark Fasheh <mfasheh@suse.com> | 2009-01-05 11:36:52 -0500 |
commit | a68979b857283daf4acc405e476dcc8812a3ff2b (patch) | |
tree | 6bbf9d235e1ae38f4263f92d4075df6913befc8a /fs/Kconfig | |
parent | 89c38bd0ade3c567707ed8fce088b253b0369c50 (diff) |
ocfs2: add mount option and Kconfig option for acl
This patch adds the Kconfig option "CONFIG_OCFS2_FS_POSIX_ACL"
and mount options "acl" to enable acls in Ocfs2.
Signed-off-by: Tiger Yang <tiger.yang@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index ff0e81980207..e8a47f74a839 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -268,6 +268,15 @@ config OCFS2_COMPAT_JBD | |||
268 | is backwards compatible with JBD. It is safe to say N here. | 268 | is backwards compatible with JBD. It is safe to say N here. |
269 | However, if you really want to use the original JBD, say Y here. | 269 | However, if you really want to use the original JBD, say Y here. |
270 | 270 | ||
271 | config OCFS2_FS_POSIX_ACL | ||
272 | bool "OCFS2 POSIX Access Control Lists" | ||
273 | depends on OCFS2_FS | ||
274 | select FS_POSIX_ACL | ||
275 | default n | ||
276 | help | ||
277 | Posix Access Control Lists (ACLs) support permissions for users and | ||
278 | groups beyond the owner/group/world scheme. | ||
279 | |||
271 | endif # BLOCK | 280 | endif # BLOCK |
272 | 281 | ||
273 | source "fs/notify/Kconfig" | 282 | source "fs/notify/Kconfig" |