diff options
author | Georgy Borodin <bor1-go@yandex-team.ru> | 2023-11-10 16:31:09 +0100 |
---|---|---|
committer | Damjan Marion <dmarion@0xa5.net> | 2024-01-17 19:10:13 +0000 |
commit | dc26d50426792954e372cb7949b94fd3eb573942 (patch) | |
tree | e814fe3de6e2ed7ad8e88909d2d688b708538ee8 /build-data/packages/vpp.mk | |
parent | 8beddaf5b435a872b844052b506366b7a474004c (diff) |
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: 085757bb4930511928daa97f972cdca021e7a813
Change-Id: I8dc0fceb110a36bfa234f552bbdf182e09e55e27
Signed-off-by: Georgy Borodin <bor1-go@yandex-team.ru>
Diffstat (limited to 'build-data/packages/vpp.mk')
0 files changed, 0 insertions, 0 deletions