From 04ed499a8eef1c77c491227941d187778fb5c2e4 Mon Sep 17 00:00:00 2001 From: Anand Avati Date: Fri, 1 Jul 2011 17:18:10 +0000 Subject: posix-acl: implementation of POSIX ACL as a translator Signed-off-by: Anand Avati BUG: 2815 (Server-enforced ACLs) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2815 --- xlators/system/Makefile.am | 1 + 1 file changed, 1 insertion(+) create mode 100644 xlators/system/Makefile.am (limited to 'xlators/system/Makefile.am') diff --git a/xlators/system/Makefile.am b/xlators/system/Makefile.am new file mode 100644 index 000000000..65aeea50f --- /dev/null +++ b/xlators/system/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = posix-acl \ No newline at end of file -- cgit