Advertisement
andrejsstepanovs

docker file permission acl

Aug 5th, 2021
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. ## Set file permissions in local dir (on your machine)
  2. ```shell
  3. setfacl -R -d -m "u:33:rwx,u:$(id -u):rwx,o::rx" .
  4. sudo setfacl -R -m "u:33:rwx,u:$(id -u):rwx,o::rx" .
  5. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement