diff options
author | Guangliang Zhao <lucienchao@gmail.com> | 2013-11-11 02:18:03 -0500 |
---|---|---|
committer | Ilya Dryomov <ilya.dryomov@inktank.com> | 2013-12-31 13:32:01 -0500 |
commit | 7221fe4c2ed72804b28633c8e0217d65abb0023f (patch) | |
tree | 70b02b121258635837f2db4b339a5fdcc014392a /fs/ceph/Kconfig | |
parent | 61f68816211ee4b884dc0dda8dd4d977548f4865 (diff) |
ceph: add acl for cephfs
Signed-off-by: Guangliang Zhao <lucienchao@gmail.com>
Reviewed-by: Li Wang <li.wang@ubuntykylin.com>
Reviewed-by: Zheng Yan <zheng.z.yan@intel.com>
Diffstat (limited to 'fs/ceph/Kconfig')
-rw-r--r-- | fs/ceph/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/fs/ceph/Kconfig b/fs/ceph/Kconfig index ac9a2ef5bb9b..264e9bf83ff3 100644 --- a/fs/ceph/Kconfig +++ b/fs/ceph/Kconfig | |||
@@ -25,3 +25,16 @@ config CEPH_FSCACHE | |||
25 | caching support for Ceph clients using FS-Cache | 25 | caching support for Ceph clients using FS-Cache |
26 | 26 | ||
27 | endif | 27 | endif |
28 | |||
29 | config CEPH_FS_POSIX_ACL | ||
30 | bool "Ceph POSIX Access Control Lists" | ||
31 | depends on CEPH_FS | ||
32 | select FS_POSIX_ACL | ||
33 | help | ||
34 | POSIX Access Control Lists (ACLs) support permissions for users and | ||
35 | groups beyond the owner/group/world scheme. | ||
36 | |||
37 | To learn more about Access Control Lists, visit the POSIX ACLs for | ||
38 | Linux website <http://acl.bestbits.at/>. | ||
39 | |||
40 | If you don't know what Access Control Lists are, say N | ||