Merge pull request #1719 from AkihiroSuda/proc-scsi

Add /proc/scsi to masked paths
This commit is contained in:
Phil Estes 2017-11-06 09:44:16 -05:00 committed by GitHub
commit 8498de00bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",