aboutsummaryrefslogtreecommitdiff
path: root/cnf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2017-12-10 01:17:33 -0800
committerZac Medico <zmedico@gentoo.org>2017-12-10 01:21:40 -0800
commit8401685e8d03c8d3ba0e2c7fc432f430880a4c8c (patch)
treef4d9fe8173d3dbcba1c7a62c9b4ab5fe85d501bc /cnf
parentbin/doins.py: remove file before creating symlink (bug 640376) (diff)
downloadportage-8401685e8d03c8d3ba0e2c7fc432f430880a4c8c.tar.gz
portage-8401685e8d03c8d3ba0e2c7fc432f430880a4c8c.tar.bz2
portage-8401685e8d03c8d3ba0e2c7fc432f430880a4c8c.zip
PORTAGE_XATTR_EXCLUDE: add common user.* attributes (bug 640290)
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
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 **