diff --git a/components/engine/oci/defaults.go b/components/engine/oci/defaults.go index d706fafcc0..a7fd285060 100644 --- a/components/engine/oci/defaults.go +++ b/components/engine/oci/defaults.go @@ -132,6 +132,7 @@ func DefaultLinuxSpec() specs.Spec { "/proc/timer_list", "/proc/timer_stats", "/proc/sched_debug", + "/proc/scsi", }, ReadonlyPaths: []string{ "/proc/asound",