aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/install-xattr/install-xattr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/install-xattr/install-xattr.c b/misc/install-xattr/install-xattr.c
index 2f349df..b650c67 100644
--- a/misc/install-xattr/install-xattr.c
+++ b/misc/install-xattr/install-xattr.c
@@ -251,7 +251,7 @@ main(int argc, char* argv[])
portage_xattr_exclude = getenv("PORTAGE_XATTR_EXCLUDE");
if (portage_xattr_exclude == NULL)
- exclude = xstrdup("security.* trusted.* system.nfs4_acl");
+ exclude = xstrdup("btrfs.* security.* trusted.* system.nfs4_acl");
else
exclude = xstrdup(portage_xattr_exclude);