aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2013-07-12 12:50:57 -0700
committerZac Medico <zmedico@gentoo.org>2013-07-12 12:50:57 -0700
commitc0645806fc61db76498c9ec8ccd4ba54d71eeb6a (patch)
treeed3cd21c5c02a4a33debc1e5803490151f7ee9cd /cnf/make.globals
parentemerge-delta-webrsync: cleanup deltas (diff)
downloadportage-c0645806fc61db76498c9ec8ccd4ba54d71eeb6a.tar.gz
portage-c0645806fc61db76498c9ec8ccd4ba54d71eeb6a.tar.bz2
portage-c0645806fc61db76498c9ec8ccd4ba54d71eeb6a.zip
Exclude system.nfs4_acl xattrs, bug #475496
Diffstat (limited to 'cnf/make.globals')
-rw-r--r--cnf/make.globals3
1 files changed, 2 insertions, 1 deletions
diff --git a/cnf/make.globals b/cnf/make.globals
index 1f07df39b..a128029de 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -127,7 +127,8 @@ PORTAGE_ELOG_MAILFROM="portage@localhost"
PORTAGE_GPG_SIGNING_COMMAND="gpg --sign --digest-algo SHA256 --clearsign --yes --default-key \"\${PORTAGE_GPG_KEY}\" --homedir \"\${PORTAGE_GPG_DIR}\" \"\${FILE}\""
# Security labels are special, see bug #461868.
-PORTAGE_XATTR_EXCLUDE="security.*"
+# system.nfs4_acl attributes are irrelevant, see bug #475496.
+PORTAGE_XATTR_EXCLUDE="security.* system.nfs4_acl"
# *****************************
# ** DO NOT EDIT THIS FILE **