add urandom to nsjail

This commit is contained in:
Ruben Fiszel
2024-09-29 12:31:55 +02:00
parent 004bcb2b07
commit 0df35e5787

View File

@@ -80,6 +80,12 @@ mount {
rw: true
}
mount {
src: "/dev/urandom"
dst: "/dev/urandom"
is_bind: true
}
exec_bin {
path: "/bin/sh"
arg: "/download_deps.sh"