mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
Merge pull request #25630 from dims/mask-timer_list
Adding /proc/timer_list to the masked paths list Upstream-commit: 5947bf461fff871e0008a6366da1e979404f18f5 Component: engine
This commit is contained in:
@@ -81,6 +81,7 @@ func DefaultSpec() specs.Spec {
|
||||
MaskedPaths: []string{
|
||||
"/proc/kcore",
|
||||
"/proc/latency_stats",
|
||||
"/proc/timer_list",
|
||||
"/proc/timer_stats",
|
||||
"/proc/sched_debug",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user