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