SELinux – extended security model in Enterprise Linux 8

2021-10-04
blank

Security Enhanced Linux (SELinux) is an advanced access control mechanism built into most modern Linux distributions. Initially, it was developed by the US National Security Agency (NSA) to better protect computer systems. Then it was made available in the public domain and since then various distributions have included it in their code. SELinux is configured […]

Read more

ACL – file access control lists, extended permissions

2021-07-16
blank

Standard permissions for files on Linux are sufficient when files are used by only one owner and one user group. However, sometimes it is required that access to files is possible with different sets of permissions for many different users and groups. Thanks to fACL lists, you can grant such permissions using the same flags that are used for normal file permissions, i.e. read, write and execute.

Read more