Slide 18
Slide 18 text
18
POSIX.1e ACLs: Structure
●
Objects have an ACL
●
ACL is a variable length (>=3) list of ACEs
(Access Control Entries)
●
Each ACE has 3b permission mask & tag
– user:: 1, identical to POSIX User class
– group:: 1, process matches file gid
– user:uid: N, process matches uid
– group:gid: N, process matches gid
– other:: 1, identical to POSIX Other class