diff --git a/tar-1.23-xattrs.patch b/tar-1.23-xattrs.patch index ccb135a..4f982d6 100644 --- a/tar-1.23-xattrs.patch +++ b/tar-1.23-xattrs.patch @@ -1251,7 +1251,7 @@ diff -urNp tar-1.23-orig/src/xattrs.c tar-1.23/src/xattrs.c + + if (strncmp (keyword, "user.", strlen("user.")) && + strncmp (keyword, "lustre.", strlen("lustre.")) && -+ strncmp (keyword, "trusted.", strlen("trusted.")) ++ strncmp (keyword, "trusted.", strlen("trusted.")) && + strncmp (keyword, "security.NTACL", strlen("security.NTACL"))) + continue; /* don't try and set anything but normal xattrs */ +