top | item 45694226

(no title)

Wicher | 4 months ago

As for the permissions, using ACLs would work better here. Then you don't need a separate group for every grouping.

discuss

order

MontyCarloHall|4 months ago

TIL about ACLs! I think that would nicely solve the group permission issue.

technothrasher|4 months ago

The final project for my senior year filesystems class thirty years ago was to implement ACLs on top of a SunOS 4 filesystem. That was a fun project.

thebeardisred|4 months ago

Then let me also introduce you to extended attributes, aka xattrs. That's how the data for SELinux is stored.