Gentoo Archives: gentoo-commits

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