Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o
Cc: Zac Medico <zmedico@g.o>
Subject: [gentoo-portage-dev] [PATCH] PORTAGE_XATTR_EXCLUDE: add common user.* attributes (bug 640290)
Date: Sun, 10 Dec 2017 09:27:48
Message-Id: 20171210092441.90779-1-zmedico@gentoo.org
1 Common user.* attributes should be safe to exclude, and they
2 are not supported on tmpfs, except for user.pax.* attributes
3 that are supported with the patch from bug 470644.
4
5 See: https://www.freedesktop.org/wiki/CommonExtendedAttributes/
6 Bug: https://bugs.gentoo.org/612612
7 Bug: https://bugs.gentoo.org/640290
8 ---
9 cnf/make.globals | 5 ++++-
10 1 file changed, 4 insertions(+), 1 deletion(-)
11
12 diff --git a/cnf/make.globals b/cnf/make.globals
13 index ea50ab615..08a37a534 100644
14 --- a/cnf/make.globals
15 +++ b/cnf/make.globals
16 @@ -127,8 +127,11 @@ PORTAGE_GPG_SIGNING_COMMAND="gpg --sign --digest-algo SHA256 --clearsign --yes -
17 # security.* attributes may be special (see bug 461868), but
18 # security.capability is specifically not excluded (bug 548516).
19 # system.nfs4_acl attributes are irrelevant, see bug #475496.
20 +# user.* attributes are not supported on tmpfs (bug 640290), but
21 +# user.pax.* is supported with the patch from bug 470644.
22 PORTAGE_XATTR_EXCLUDE="btrfs.* security.evm security.ima
23 - security.selinux system.nfs4_acl"
24 + security.selinux system.nfs4_acl user.apache_handler
25 + user.Beagle.* user.dublincore.* user.mime_encoding user.xdg.*"
26
27 # *****************************
28 # ** DO NOT EDIT THIS FILE **
29 --
30 2.13.6