From c0645806fc61db76498c9ec8ccd4ba54d71eeb6a Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 12 Jul 2013 12:50:57 -0700 Subject: Exclude system.nfs4_acl xattrs, bug #475496 --- cnf/make.globals | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cnf/make.globals') 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 ** -- cgit v1.2.3-65-gdbad