1
0
Fork 0
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:
Justin Cormack 2016-08-11 23:37:12 +01:00 committed by GitHub
commit 5947bf461f

View file

@ -81,6 +81,7 @@ func DefaultSpec() specs.Spec {
MaskedPaths: []string{
"/proc/kcore",
"/proc/latency_stats",
"/proc/timer_list",
"/proc/timer_stats",
"/proc/sched_debug",
},