Skip to content

Commit 679767c

Browse files
stepanblyschaksonic-otn
authored andcommitted
[nvidia][syncd] fix incorrect permission of /tmp in syncd container (sonic-net#17777)
Fixes sonic-net#16034
1 parent 0f6de8b commit 679767c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/mellanox/nv-syncd-shared/nv-syncd-shared.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PartOf=syncd.service
1010
Type=oneshot
1111
RemainAfterExit=yes
1212
ExecStart=rm -rf /tmp/nv-syncd-shared/
13-
ExecStart=mkdir -p /tmp/nv-syncd-shared/
13+
ExecStart=mkdir -m 777 -p /tmp/nv-syncd-shared/
1414

1515
[Install]
1616
WantedBy=sonic.target

0 commit comments

Comments
 (0)