Skip to content

Commit 8b42ade

Browse files
committed
Add /proc/acpi to masked paths
relates to CVE-2018-10892 Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent e01779a commit 8b42ade

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

oci/spec_unix.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ func createDefaultSpec(ctx context.Context, id string) (*Spec, error) {
153153
},
154154
Linux: &specs.Linux{
155155
MaskedPaths: []string{
156+
"/proc/acpi",
156157
"/proc/kcore",
157158
"/proc/latency_stats",
158159
"/proc/timer_list",

0 commit comments

Comments
 (0)