On Sun, 2009-01-25 at 20:49 -0800, Ludovico Cavedon wrote: > Package: attr > Version: 1:2.4.43-1 > Severity: normal > > According to the man page > getfattr -d filename > should list all the attributes of filename, but it is not working: > > cavedon-pc:~# setfacl -m 1000:r f > cavedon-pc:~# getfattr -d f
The man page is not clear on this, but the match pattern is always in effect (and it defaults to "^user\."). Using -m '.*' will give you the behaviour you're expecting. cheers. -- Nathan -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org