Access Control Lists (ACLs)

Each entry in a typical ACL specifies a subject and an operation. For instance, if a file object has an ACL that contains (Alice: read,write; Bob: read), this would give Alice permission to read and write the file and Bob to only read it.

Implementations

  • Filesystem ACLs

  • Networking ACLs

  • SQL implementations

Last updated