Skip to content

Commit 6bae6ca

Browse files
committed
merge #4817 into opencontainers/runc:main
Aleksa Sarai (1): rootfs: remove /proc/net/dev from allowed overmount list LGTMs: AkihiroSuda lifubang
2 parents 34c64e2 + 3620185 commit 6bae6ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libcontainer/rootfs_linux.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,6 @@ func checkProcMount(rootfs, dest string, m mountEntry) error {
840840
"/proc/uptime",
841841
"/proc/loadavg",
842842
"/proc/slabinfo",
843-
"/proc/net/dev",
844843
"/proc/sys/kernel/ns_last_pid",
845844
"/proc/sys/crypto/fips_enabled",
846845
}

0 commit comments

Comments
 (0)