Conversation
|
I suppose with Any simpler way? |
|
The specifications for With that in mind (important to notice that I did not get permission denied on attempting to access the directory despite removing its execute bit), consider: $ mkdir a; touch -m 0600 a/b; chmod 0700 a
$ setfacl -m g:earnest:rwX -Rm g:earnest:rwX a
$ getfacl -Ra a
# file: a
# owner: earnest
# group: earnest
user::rwx
group::---
group:earnest:rwx
mask::rwx
other::---
# file: a/b
# owner: earnest
# group: earnest
user::rw-
group::r--
group:earnest:rw-
mask::rw-
other::r--I'm not entirely sure what Edit: It seems Files created under |
|
Thanks 🥇 |
This seems to the be the missing piece to make convenient use of a separate build user.