Skip to content

Commit e1a8d2a

Browse files
[nvidia][syncd] fix incorrect permission of /tmp in syncd container (#17777)
Fixes #16034
1 parent 412cd7a commit e1a8d2a

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)