Skip to content

Commit 7508cde

Browse files
author
Mrunal Patel
authored
Merge pull request cri-o#1173 from runcom/fix-cve
Add /proc/scsi to masked paths
2 parents 67e2d28 + a75362d commit 7508cde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/container_create.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -889,6 +889,7 @@ func (s *Server) createSandboxContainer(ctx context.Context, containerID string,
889889
"/proc/timer_list",
890890
"/proc/timer_stats",
891891
"/proc/sched_debug",
892+
"/proc/scsi",
892893
"/sys/firmware",
893894
} {
894895
specgen.AddLinuxMaskedPaths(mp)

0 commit comments

Comments
 (0)