Merge pull request #981 from dims/mask-timer_list

Adding /proc/timer_list to the masked paths list
This commit is contained in:
Mrunal Patel 2016-08-12 07:04:39 -07:00 committed by GitHub
commit e9b06d166e
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@ container on your host.`,
MaskedPaths: []string{
"/proc/kcore",
"/proc/latency_stats",
"/proc/timer_list",
"/proc/timer_stats",
"/proc/sched_debug",
},