This commit is contained in:
Leo
2026-05-22 11:46:10 +02:00
parent 266df5d32c
commit b118e163b2
6 changed files with 19 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
The supervisor's read access would fail with UNIX permissions, since they are limited to one owner, one group, and "others".
Access Control Lists (ACLs) resolve this problem by allowing permissions beyond the standard three.
Using `setfacl`, we can append specific read and execute rights (r-x) for individual users (the supervisors) directly to the files and directories.