diff --git a/oci/defaults_linux.go b/oci/defaults_linux.go index 796166bdb3..5f93a9af94 100644 --- a/oci/defaults_linux.go +++ b/oci/defaults_linux.go @@ -81,6 +81,7 @@ func DefaultSpec() specs.Spec { MaskedPaths: []string{ "/proc/kcore", "/proc/latency_stats", + "/proc/timer_list", "/proc/timer_stats", "/proc/sched_debug", },