Fix bash process substitution by symlinking /dev/fd
This commit is contained in:
parent
bf0c1d588a
commit
e0e0107e13
@ -11,6 +11,7 @@ nsjail -Mo
|
||||
--cwd "${JAIL_HOME}" \
|
||||
--tmpfsmount / \
|
||||
--tmpfsmount /tmp --tmpfsmount /run \
|
||||
--symlink /proc/self/fd:/dev/fd \
|
||||
--bindmount_ro "${HERE}/entrypoint.sh:${JAIL_HOME}/entrypoint.sh" \
|
||||
--bindmount_ro "${HERE}/gpg-keygen-params.txt:${JAIL_HOME}/gpg-keygen-params.txt" \
|
||||
--bindmount_ro /bin --bindmount_ro /sbin \
|
||||
|
Loading…
Reference in New Issue
Block a user