mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #25630 from dims/mask-timer_list
Adding /proc/timer_list to the masked paths list
This commit is contained in:
commit
5947bf461f
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ func DefaultSpec() specs.Spec {
|
|||
MaskedPaths: []string{
|
||||
"/proc/kcore",
|
||||
"/proc/latency_stats",
|
||||
"/proc/timer_list",
|
||||
"/proc/timer_stats",
|
||||
"/proc/sched_debug",
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue