mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-12 09:46:25 +08:00
Merge pull request #2708 from loyou/master
checkProcMount: add /proc/slabinfo to whitelist
This commit is contained in:
@@ -493,6 +493,7 @@ func checkProcMount(rootfs, dest, source string) error {
|
||||
"/proc/swaps",
|
||||
"/proc/uptime",
|
||||
"/proc/loadavg",
|
||||
"/proc/slabinfo",
|
||||
"/proc/net/dev",
|
||||
}
|
||||
for _, valid := range validDestinations {
|
||||
|
||||
Reference in New Issue
Block a user