diff --git a/oci/defaults.go b/oci/defaults.go index 0cc07ffa13..41880710bd 100644 --- a/oci/defaults.go +++ b/oci/defaults.go @@ -119,6 +119,7 @@ func DefaultLinuxSpec() specs.Spec { "/proc/timer_list", "/proc/timer_stats", "/proc/sched_debug", + "/proc/scsi", }, ReadonlyPaths: []string{ "/proc/asound",