Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #14 from thaJeztah/18.06-backport-CVE-2018-10892
Browse files Browse the repository at this point in the history
[18.06] Add /proc/acpi to masked paths
  • Loading branch information
andrewhsu authored Jul 6, 2018
2 parents 85b4dbd + caf8277 commit 496e208
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oci/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ func DefaultLinuxSpec() specs.Spec {

s.Linux = &specs.Linux{
MaskedPaths: []string{
"/proc/acpi",
"/proc/kcore",
"/proc/keys",
"/proc/latency_stats",
Expand Down

0 comments on commit 496e208

Please sign in to comment.