aboutsummaryrefslogtreecommitdiffstats
path: root/build/external/patches
diff options
context:
space:
mode:
authorGeorgy Borodin <bor1-go@yandex-team.ru>2023-11-10 16:31:09 +0100
committerDamjan Marion <dmarion@0xa5.net>2024-01-17 19:10:13 +0000
commitdc26d50426792954e372cb7949b94fd3eb573942 (patch)
treee814fe3de6e2ed7ad8e88909d2d688b708538ee8 /build/external/patches
parent8beddaf5b435a872b844052b506366b7a474004c (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/external/patches')
0 files changed, 0 insertions, 0 deletions
utes?h=oper-rls2302-230327&id=f2de7c48d20c2944a5b31a907ecef566e05aeaeb'>treecommitdiffstats
path: root/.gitattributes
blob: de1048f3a3c5ebcd006df29f2e8eb853cac94db4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.robot text
*.rst text
*.yaml text
*.vat text

## Declare files that will always have CRLF line endings on checkout.
#*.sln text eol=crlf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary