[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] xattr.conf: Indicate afs metadata xattrs should be skipped when
From: |
David Howells |
Subject: |
[PATCH] xattr.conf: Indicate afs metadata xattrs should be skipped when copying |
Date: |
Tue, 03 Nov 2020 15:53:30 +0000 |
User-agent: |
StGit/0.23 |
Indicate that afs metadata xattrs should be skipped when copying,
particularly ACLs as these aren't valid cross-cell.
---
xattr.conf | 1 +
1 file changed, 1 insertion(+)
diff --git a/xattr.conf b/xattr.conf
index dcbc12c..1affac5 100644
--- a/xattr.conf
+++ b/xattr.conf
@@ -19,3 +19,4 @@ trusted.SGI_MAC_FILE skip # xfs specific
xfsroot.* skip # xfs specific; obsolete
user.Beagle.* skip # ignore Beagle index data
security.evm skip # may only be written by kernel
+afs.* skip # AFS metadata and ACLs
- [PATCH] xattr.conf: Indicate afs metadata xattrs should be skipped when copying,
David Howells <=