diff --git a/server/container_create.go b/server/container_create.go index e1c5e025..124587d3 100644 --- a/server/container_create.go +++ b/server/container_create.go @@ -788,6 +788,7 @@ func (s *Server) createSandboxContainer(ctx context.Context, containerID string, "/proc/timer_list", "/proc/timer_stats", "/proc/sched_debug", + "/proc/scsi", "/sys/firmware", } { specgen.AddLinuxMaskedPaths(mp)