Fix bash process substitution by symlinking /dev/fd
This commit is contained in:
		@@ -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                                                \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user