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 /configure.ac | |
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 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 63a2f3452..e9be1012b 100644 --- a/configure.ac +++ b/configure.ac @@ -105,6 +105,8 @@ AC_CONFIG_FILES([Makefile extras/volgen/glusterfs-volgen contrib/Makefile contrib/fuse-util/Makefile + xlators/features/access-control/Makefile + xlators/features/access-control/src/Makefile glusterfs.spec]) AC_CANONICAL_HOST |