DAC vs. MAC
DAC the user can decide how it is shared
MAC addresses these problems
Information flow problem
User a gives access to user b, user b gives access to user c
Files can be copied to get around security
Prevent with MAC
Access control list implementation
ACL is list of who can access file on what level
Each resource looks like a file
Each file has owner (UID) group, and world
Set read write execute for each
Only owner can change permissions