Access Control List
SecurityList of rules defining who can access a resource and which actions are allowed
An ACL (Access Control List) is a list of rules that precisely defines who can access a resource and which actions are allowed (read, write, execute, delete). In networking: ACLs filter traffic, allowing or blocking packets based on source IP, destination or port. In storage: they define file permissions (who can read/modify a given file). Examples: network ACL (firewall), Linux file ACL, AWS Network ACL (subnet-level filtering), Kubernetes ACL (access control to resources).