Merge pull request #1882 from accepting/dev

libcontainer: add /proc/loadavg to the white list of bind mount
This commit is contained in:
Michael Crosby 2018-09-04 11:27:45 -04:00 committed by GitHub
commit 784b601f68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 {