Files
vpp/src
Georgy Borodin dc26d50426 vppinfra: change fchmod to umask for unix socket
Setting g+w permission for unix sockets didn't work. There were
two problems:
1. new flag local_only wasn't set for all AF_UNIX sockets;
2. fchmod is not a good choice for sockets.

fchmod was replaced with couple of umasks, and local_only with
socket type check.

Type: fix
Fixes: 085757bb49
Change-Id: I8dc0fceb110a36bfa234f552bbdf182e09e55e27
Signed-off-by: Georgy Borodin <bor1-go@yandex-team.ru>
2024-01-17 19:10:13 +00:00
..
2023-10-26 12:09:44 +00:00
2024-01-09 17:07:54 +00:00
2024-01-16 17:40:56 +00:00
2023-10-25 15:20:28 +00:00
2024-01-16 22:07:46 +00:00