allow python multiprocessing on nsjail

This commit is contained in:
Ruben Fiszel
2024-10-11 01:40:09 +02:00
parent 64b5789a20
commit b603f4a6ba
@@ -97,6 +97,13 @@ mount {
is_bind: true
}
mount {
dst: "/dev/shm"
fstype: "tmpfs"
rw: true
is_bind: false
}
mount {
src: "/dev/random"
dst: "/dev/random"