]> git.sur5r.net Git - bacula/bacula/commitdiff
system.posix_acl_default is also an acl stored as xattr
authorMarco van Wieringen <mvw@planets.elm.net>
Fri, 6 Jan 2012 19:44:11 +0000 (20:44 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:24 +0000 (14:50 +0200)
We better also ignore system.posix_acl_default as acl string.

bacula/src/filed/xattr.c

index 93108fdf781f6cb1a3128f7cdbcd212f4d33f619..d21966100d32a6fa5f36bf667c4f1dcb3d6205dd 100644 (file)
@@ -1017,8 +1017,9 @@ static const char *xattr_skiplist[3] = {
 static int os_default_xattr_streams[1] = {
    STREAM_XATTR_LINUX
 };
-static const char *xattr_acl_skiplist[2] = {
+static const char *xattr_acl_skiplist[3] = {
    "system.posix_acl_access",
+   "system.posix_acl_default",
    NULL
 };
 static const char *xattr_skiplist[1] = {