1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #37404 from runcom/no-acpi

Add /proc/acpi to masked paths
This commit is contained in:
Sebastiaan van Stijn 2018-07-06 22:40:08 +02:00 committed by GitHub
commit 86a41e4ef7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -114,6 +114,7 @@ func DefaultLinuxSpec() specs.Spec {
s.Linux = &specs.Linux{
MaskedPaths: []string{
"/proc/acpi",
"/proc/kcore",
"/proc/keys",
"/proc/latency_stats",