commit: 8401685e8d03c8d3ba0e2c7fc432f430880a4c8c Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Sun Dec 10 09:17:33 2017 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Sun Dec 10 09:21:40 2017 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=8401685e
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 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 **