On 05/30/2015 08:14 AM, Mike Frysinger wrote: > + @classmethod > + def list(cls, item, nofollow=False, namespace=None, _names_only=True): > + cmd = ['getfattr', '-d', '--absolute-names', item]
All getfattr calls need to use -m- ('-' pattern means match all) in order to list all attributes. -- Thanks, Zac