Remove unnecessary and potentially harmful tmpfs mount on root
This commit is contained in:
		@@ -15,7 +15,6 @@ fi
 | 
			
		||||
exec nsjail -Mo                                                                                \
 | 
			
		||||
       --disable_clone_newnet                                                                  \
 | 
			
		||||
       --cwd "${JAIL_HOME}"                                                                    \
 | 
			
		||||
       --tmpfsmount /                                                                          \
 | 
			
		||||
       --tmpfsmount /tmp --tmpfsmount /run                                                     \
 | 
			
		||||
       --bindmount "${BRIDGE_HOME}:${JAIL_HOME}"                                               \
 | 
			
		||||
       --symlink /proc/self/fd:/dev/fd                                                         \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user