Concept Flow - Access Control Lists (ACLs)
User or Process Requests Access
Check ACL for Resource
Match User/Group in ACL?
No→Access Denied
Yes
Check Permissions (Read/Write/Execute)
Permission Allowed?
No→Access Denied
Yes
Access Granted
When a user or process tries to access a resource, the system checks the ACL for that resource. If the user or their group is listed with the needed permission, access is granted; otherwise, it is denied.