Merge component 'engine' from git@github.com:docker/engine 18.09
This commit is contained in:
@ -114,6 +114,7 @@ func DefaultLinuxSpec() specs.Spec {
|
||||
|
||||
s.Linux = &specs.Linux{
|
||||
MaskedPaths: []string{
|
||||
"/proc/asound",
|
||||
"/proc/acpi",
|
||||
"/proc/kcore",
|
||||
"/proc/keys",
|
||||
@ -125,7 +126,6 @@ func DefaultLinuxSpec() specs.Spec {
|
||||
"/sys/firmware",
|
||||
},
|
||||
ReadonlyPaths: []string{
|
||||
"/proc/asound",
|
||||
"/proc/bus",
|
||||
"/proc/fs",
|
||||
"/proc/irq",
|
||||
|
||||
Reference in New Issue
Block a user