Displaying 1 result from an estimated 1 matches for "project_b_w".
Did you mean:
project_b_r
2014 Oct 23
1
prevent users to change rights ...
...ferent folders, for each project
one folder.
Each folder gets on creation two ACL's, a default ACL and the GUID bit:
- one dedicated read/only group
- one dedicated read/write group
Example:
getfacl Project_B
# file: Project_B
# owner: root
# group: root
# flags: -s-
user::rwx
group::rwx
group:Project_B_W:rwx
group:Project_B_R:r-x
mask::rwx
other::---
default:user::rwx
default:group::rwx
default:group:Project_B_W:rwx
default:group:Project_B_R:r-x
default:mask::rwx
default:other::---
In this groups are included the users, as defined by project owner.
The complete setup is working well in different...