[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Acl-devel] [PATCH 2/2] xattr.conf: remove entries for NFSv4 ACLs namesp
From: |
Kamil Dudka |
Subject: |
[Acl-devel] [PATCH 2/2] xattr.conf: remove entries for NFSv4 ACLs namespaces |
Date: |
Mon, 4 Mar 2019 16:36:56 +0100 |
... in order to make it possible to copy NFSv4 ACLs by GNU coreutils'
implementation of cp(1). There is no way to make GNU coreutils copy
extended attributes that are matched by any entry from /etc/xattr.conf.
GNU coreutils upstream says that NFS-related entries should be removed
from the default /etc/xattr.conf to make copying of NFSv4 ACLs work:
http://lists.gnu.org/archive/html/bug-coreutils/2019-03/msg00008.html
---
xattr.conf | 2 --
1 file changed, 2 deletions(-)
diff --git a/xattr.conf b/xattr.conf
index 7361fbd..1ac5b2f 100644
--- a/xattr.conf
+++ b/xattr.conf
@@ -11,8 +11,6 @@
# skip all extended attributes that are matched by any of the below patterns,
# regardless of the specified action.
-system.nfs4_acl permissions
-system.nfs4acl permissions
system.posix_acl_access permissions
system.posix_acl_default permissions
trusted.SGI_ACL_DEFAULT skip # xfs specific
--
2.17.2