Discretionary Access Control (DAC)
- •
def
- •
an access control model used in most operating systems, where the owner of a resource (e.g., a file) controls who has access to it, and can modify that access at any time
- •
- •
tradeoff
- •
very flexible, but comparatively weak security compared to Mandatory Access Control (MAC)
- •
- •
related