1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-06-09 14:06:12 +02:00
git/compat/simple-ipc
Jeff Hostetler 8750249053 simple-ipc/ipc-win32: add Windows ACL to named pipe
Set an ACL on the named pipe to allow the well-known group EVERYONE
to read and write to the IPC server's named pipe.  In the event that
the daemon was started with elevation, allow non-elevated clients
to communicate with the daemon.

Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2021-09-20 08:57:58 -07:00
..
ipc-shared.c simple-ipc: correct ifdefs when NO_PTHREADS is defined 2021-05-21 07:55:00 +09:00
ipc-unix-socket.c simple-ipc: preparations for supporting binary messages. 2021-09-20 08:57:58 -07:00
ipc-win32.c simple-ipc/ipc-win32: add Windows ACL to named pipe 2021-09-20 08:57:58 -07:00