diff --git a/components/engine/oci/defaults.go b/components/engine/oci/defaults.go index 578da3a81b..4145412dd4 100644 --- a/components/engine/oci/defaults.go +++ b/components/engine/oci/defaults.go @@ -115,6 +115,7 @@ func DefaultLinuxSpec() specs.Spec { s.Linux = &specs.Linux{ MaskedPaths: []string{ "/proc/kcore", + "/proc/keys", "/proc/latency_stats", "/proc/timer_list", "/proc/timer_stats",