Merge pull request #35399 from justincormack/mask-scsi

Add /proc/scsi to masked paths
diff --git a/oci/defaults.go b/oci/defaults.go
index 0cc07ff..4188071 100644
--- a/oci/defaults.go
+++ b/oci/defaults.go
@@ -119,6 +119,7 @@
 			"/proc/timer_list",
 			"/proc/timer_stats",
 			"/proc/sched_debug",
+			"/proc/scsi",
 		},
 		ReadonlyPaths: []string{
 			"/proc/asound",