acl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Acl-devel] [PATCH 1/2] xattr.conf: document how libattr itself uses the


From: Kamil Dudka
Subject: [Acl-devel] [PATCH 1/2] xattr.conf: document how libattr itself uses the file
Date: Mon, 4 Mar 2019 16:36:55 +0100

Otherwise users could think that only entries with the `skip` action
are excluded by libattr functions attr_copy_file() and attr_copy_fd()
by default.
---
 xattr.conf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/xattr.conf b/xattr.conf
index dcbc12c..7361fbd 100644
--- a/xattr.conf
+++ b/xattr.conf
@@ -6,6 +6,10 @@
 # Actions:
 #   permissions - copy when trying to preserve permissions.
 #   skip - do not copy.
+#
+# Note that libattr functions attr_copy_file() and attr_copy_fd() by default
+# 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
-- 
2.17.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]