All of lore.kernel.org
 help / color / mirror / Atom feed
* safe.directory and ACLs
@ 2022-11-02 15:18 John Soo
  2022-11-02 21:27 ` brian m. carlson
  0 siblings, 1 reply; 5+ messages in thread
From: John Soo @ 2022-11-02 15:18 UTC (permalink / raw)
  To: git

Hello git!

We have some build processes that would like access to repos in /home
directories that are 0700. We had done this already:

$ setfacl --recursive --modify group:<build users
group>:r-X,default:group:<build users group>:r-X /home

Should this ACL be enough to consider the repos "owned" by the build
users? Should *any* ACL be enough to consider the repos "owned" by the
build users?

Currently:
$ sudo -u <build user> git config --get safe.directory
$ sudo -u <build user> git -C /home/<non build user>/repo rev-parse HEAD
fatal: unsafe repository ('/home/<non build user>/repo' is owned by
someone else)
To add an exception for this directory, call:

        git config --global --add safe.directory /home/<non build user>

Kindly,

John Soo

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-11-03  0:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-02 15:18 safe.directory and ACLs John Soo
2022-11-02 21:27 ` brian m. carlson
2022-11-02 23:41   ` John Soo
2022-11-03  0:11     ` Taylor Blau
2022-11-03  0:39       ` John Soo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.