Upload etc/xattr.conf with huggingface_hub
Browse files- etc/xattr.conf +21 -0
etc/xattr.conf
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# /etc/xattr.conf
|
2 |
+
#
|
3 |
+
# Format:
|
4 |
+
# <pattern> <action>
|
5 |
+
#
|
6 |
+
# Actions:
|
7 |
+
# permissions - copy when trying to preserve permissions.
|
8 |
+
# skip - do not copy.
|
9 |
+
|
10 |
+
system.nfs4_acl permissions
|
11 |
+
system.nfs4acl permissions
|
12 |
+
system.posix_acl_access permissions
|
13 |
+
system.posix_acl_default permissions
|
14 |
+
trusted.SGI_ACL_DEFAULT skip # xfs specific
|
15 |
+
trusted.SGI_ACL_FILE skip # xfs specific
|
16 |
+
trusted.SGI_CAP_FILE skip # xfs specific
|
17 |
+
trusted.SGI_DMI_* skip # xfs specific
|
18 |
+
trusted.SGI_MAC_FILE skip # xfs specific
|
19 |
+
xfsroot.* skip # xfs specific; obsolete
|
20 |
+
user.Beagle.* skip # ignore Beagle index data
|
21 |
+
security.evm skip # may only be written by kernel
|