Common user.* attributes should be safe to exclude, and they
are not supported on tmpfs, except for user.pax.* attributes
that are supported with the patch from bug 470644.

See: https://www.freedesktop.org/wiki/CommonExtendedAttributes/
Bug: https://bugs.gentoo.org/612612
Bug: https://bugs.gentoo.org/640290
---
 cnf/make.globals | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/cnf/make.globals b/cnf/make.globals
index ea50ab615..08a37a534 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -127,8 +127,11 @@ PORTAGE_GPG_SIGNING_COMMAND="gpg --sign --digest-algo 
SHA256 --clearsign --yes -
 # security.* attributes may be special (see bug 461868), but
 # security.capability is specifically not excluded (bug 548516).
 # system.nfs4_acl attributes are irrelevant, see bug #475496.
+# user.* attributes are not supported on tmpfs (bug 640290), but
+# user.pax.* is supported with the patch from bug 470644.
 PORTAGE_XATTR_EXCLUDE="btrfs.* security.evm security.ima
-       security.selinux system.nfs4_acl"
+       security.selinux system.nfs4_acl user.apache_handler
+       user.Beagle.* user.dublincore.* user.mime_encoding user.xdg.*"
 
 #            *****************************
 #            **  DO NOT EDIT THIS FILE  **
-- 
2.13.6


Reply via email to