ACLs
De Hegyd Doc.
ACL Automatiques
- Commandes à appliquer pour les ACL dans les environnements standards type /var/projects/ :
setfacl -Rd -m u::rwx -m g:dev:rwx -m o::rwx /var/projects/*/{preprod,prod,recette,dev}/shared/storage
setfacl -Rd -m u::rwx -m g:dev:rwx -m o::r-x /var/projects/*/{preprod,prod,recette,dev}/shared/storage/app
(si setfacl n'existe pas : apt install acl )
