libcontainer: add /proc/loadavg to the white list of bind mount

Signed-off-by: JunLi <lijun.git@gmail.com>
This commit is contained in:
ChangFeng 2018-08-30 21:23:35 +08:00
parent 1555a78945
commit 3ce8fac7c4
1 changed files with 1 additions and 0 deletions

View File

@ -421,6 +421,7 @@ func checkMountDestination(rootfs, dest string) error {
"/proc/stat",
"/proc/swaps",
"/proc/uptime",
"/proc/loadavg",
"/proc/net/dev",
}
for _, valid := range validDestinations {