Merge pull request #1719 from AkihiroSuda/proc-scsi
Add /proc/scsi to masked paths
This commit is contained in:
commit
8498de00bd
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user