Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH v3] xattr: centralize the various shims in one place
Date: Sat, 30 May 2015 19:21:08
Message-Id: 556A0D9D.7080400@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH v3] xattr: centralize the various shims in one place by Mike Frysinger
1 On 05/30/2015 08:14 AM, Mike Frysinger wrote:
2 > + @classmethod
3 > + def list(cls, item, nofollow=False, namespace=None, _names_only=True):
4 > + cmd = ['getfattr', '-d', '--absolute-names', item]
5
6 All getfattr calls need to use -m- ('-' pattern means match all) in
7 order to list all attributes.
8 --
9 Thanks,
10 Zac

Replies