Merge pull request #27314 from AkihiroSuda/mask-sys-firmware-2

oci/defaults_linux.go: mask /sys/firmware
Upstream-commit: 8d1d9eebe3ded3105216dc9a88cc94d16ac6198c
Component: engine
This commit is contained in:
Tibor Vass
2016-10-12 14:10:12 +02:00
committed by GitHub
+1
View File
@@ -83,6 +83,7 @@ func DefaultSpec() specs.Spec {
"/proc/timer_list",
"/proc/timer_stats",
"/proc/sched_debug",
"/sys/firmware",
},
ReadonlyPaths: []string{
"/proc/asound",