diff --git a/configs/bash-with-fake-geteuid.cfg b/configs/bash-with-fake-geteuid.cfg index ad22c81..d9526cb 100644 --- a/configs/bash-with-fake-geteuid.cfg +++ b/configs/bash-with-fake-geteuid.cfg @@ -129,14 +129,6 @@ mount { nosuid: true } -mount { - dst: "/dev" - fstype: "tmpfs" - options: "size=8388608" - rw: true - is_bind: false -} - mount { src: "/dev/null" dst: "/dev/null"