Pārlūkot izejas kodu

Merge pull request #25630 from dims/mask-timer_list

Adding /proc/timer_list to the masked paths list
Justin Cormack 9 gadi atpakaļ
vecāks
revīzija
5947bf461f
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      oci/defaults_linux.go

+ 1 - 0
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",
 		},