ACLs
De Hegyd Doc.
Version du 3 septembre 2019 à 15:56 par Pentasonic (discuter | contributions)
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 )
