Skip to content

Commit 0220cf4

Browse files
authored
Merge pull request #4820 from cyphar/1.2-proc-net-dev-overmount
[1.2] rootfs: remove /proc/net/dev from allowed overmount list
2 parents e6e6f64 + ae93828 commit 0220cf4

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
@@ -838,7 +838,6 @@ func checkProcMount(rootfs, dest string, m mountEntry) error {
838838
"/proc/uptime",
839839
"/proc/loadavg",
840840
"/proc/slabinfo",
841-
"/proc/net/dev",
842841
"/proc/sys/kernel/ns_last_pid",
843842
"/proc/sys/crypto/fips_enabled",
844843
}

0 commit comments

Comments
 (0)