Skip to content

Commit b416337

Browse files
Merge pull request #2443 from thaJeztah/mask_acpi
Add /proc/acpi and /proc/keys to masked paths
2 parents e01779a + fe64b06 commit b416337

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

oci/spec_unix.go

+2
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,9 @@ func createDefaultSpec(ctx context.Context, id string) (*Spec, error) {
153153
},
154154
Linux: &specs.Linux{
155155
MaskedPaths: []string{
156+
"/proc/acpi",
156157
"/proc/kcore",
158+
"/proc/keys",
157159
"/proc/latency_stats",
158160
"/proc/timer_list",
159161
"/proc/timer_stats",

0 commit comments

Comments
 (0)