]> git.sur5r.net Git - bacula/bacula/commitdiff
Added additional extended attributes used under FreeBSD for the storage of ACLs.
authorMarco van Wieringen <mvw@planets.elm.net>
Wed, 15 Dec 2010 14:27:25 +0000 (15:27 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:39:44 +0000 (14:39 +0200)
bacula/src/filed/xattr.c

index 5781e76feb44bf136ef0b111d33fd8e07c5d5dc7..7921e085f826dff67d308da1bdb42bc37f56e8e2 100644 (file)
@@ -1258,7 +1258,7 @@ static bxattr_exit_code (*os_parse_xattr_streams)(JCR *jcr, int stream) = generi
 #if defined(HAVE_FREEBSD_OS)
 static int os_default_xattr_streams[1] = { STREAM_XATTR_FREEBSD };
 static int os_default_xattr_namespaces[2] = { EXTATTR_NAMESPACE_USER, EXTATTR_NAMESPACE_SYSTEM };
-static const char *xattr_acl_skiplist[2] = { "system.posix1e.acl_access", NULL };
+static const char *xattr_acl_skiplist[4] = { "system.posix1e.acl_access", "system.posix1e.acl_default", "system.nfs4.acl", NULL };
 static const char *xattr_skiplist[1] = { NULL };
 #elif defined(HAVE_NETBSD_OS)
 static int os_default_xattr_streams[1] = { STREAM_XATTR_NETBSD };