From db589884eea9a47d6a34b33850ed4461fd3d61a2 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Sat, 4 Nov 2017 17:34:28 +0000 Subject: [PATCH] Add /proc/scsi to masked paths Port over https://github.com/moby/moby/pull/35399 Signed-off-by: Akihiro Suda --- spec_unix.go | 1 + 1 file changed, 1 insertion(+) diff --git a/spec_unix.go b/spec_unix.go index 9a0b537dc..957f90ef9 100644 --- a/spec_unix.go +++ b/spec_unix.go @@ -151,6 +151,7 @@ func createDefaultSpec(ctx context.Context, id string) (*specs.Spec, error) { "/proc/timer_stats", "/proc/sched_debug", "/sys/firmware", + "/proc/scsi", }, ReadonlyPaths: []string{ "/proc/asound",