access-control list
Sign in to saveAlso known as ACL
list associated with a computing system resource that specifies which users or groups are permitted to perform specified operations
Wikidata facts
Show 2 more facts
- Stack Exchange tag
- stackoverflow.com/tags/acl
- inception
- 1965-00-00
Sources (2)
via Wikidata · CC0
~8 min read
Article
In computer security, an access-control list (ACL) is a list of permissions associated with a system resource (object or facility). An ACL specifies which users or system processes are granted access to resources, as well as what operations are allowed on given resources. 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 give Bob permission only to read it.