diff options
author | Shehjar Tikoo <shehjart@gluster.com> | 2010-03-31 07:27:00 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-03-31 07:43:51 -0700 |
commit | fce2ae459b356977aab9b0100db22047e54a994b (patch) | |
tree | b6ae45046e7630a2441b353197f1c7a38076cafb /xlators/features/Makefile.am | |
parent | 26f826c75c9e629c71535f3d9e5962d4aedb6898 (diff) |
access-control: Introduce new translator
The access control translator is required for performing permission
checks on files and directories in line with posix conformance.
This is required to be kept separate from storage/posix so that
ACL support can also be later integrated into this translator.
Signed-off-by: Shehjar Tikoo <shehjart@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 400 (Support auxiliary gids in GlusterFS)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=400
Diffstat (limited to 'xlators/features/Makefile.am')
-rw-r--r-- | xlators/features/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/Makefile.am b/xlators/features/Makefile.am index 44c74a41ec6..303767d350f 100644 --- a/xlators/features/Makefile.am +++ b/xlators/features/Makefile.am @@ -1,3 +1,3 @@ -SUBDIRS = locks trash quota read-only #path-converter # filter +SUBDIRS = locks trash quota read-only access-control #path-converter # filter CLEANFILES = |