aboutsummaryrefslogtreecommitdiff
path: root/cnf
diff options
context:
space:
mode:
Diffstat (limited to 'cnf')
-rw-r--r--cnf/make.globals5
1 files changed, 4 insertions, 1 deletions
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 **