Which improvements do access control lists (ACLs) have over standard Linux permissions?
ACLs allow permissions to be set for more than one user or group on a file or directory.
ACLs provide mandatory access control (MAC) functionality through SELinux for files and directories.
ACLs allow a file to be owned by more than one user and group.
ACLs provide additional flags such as append-only and immutable.