commit
5480e74971
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue