arp242 / elles

A nicer /bin/ls
MIT License
79 stars 3 forks source link

Tool doesnt handle xattrs #2

Open brianredbeard opened 5 months ago

brianredbeard commented 5 months ago

I attempted to show the SELinux specific xattrs on a file:

❯ ./elles-v0.1.0-linux-amd64 -lZ
elles-v0.1.0-linux-amd64: unknown flag: "-lZ"
arp242 commented 5 months ago

Yeah, it's one of the TODO items:

There is no way to display file flags, ACLs, MAC labels, whiteouts, capabilities, or anything like that.

It's not so easy to do this well in a cross-platform way, especially since Windows is also a supported target. I'm not really sure what I would and wouldn't consider in-scope here either.