From fce2ae459b356977aab9b0100db22047e54a994b Mon Sep 17 00:00:00 2001 From: Shehjar Tikoo Date: Wed, 31 Mar 2010 07:27:00 +0000 Subject: 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 Signed-off-by: Anand V. Avati BUG: 400 (Support auxiliary gids in GlusterFS) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=400 --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 63a2f345205..e9be1012b2c 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 -- cgit