Disable rlimits
This commit is contained in:
		@@ -14,6 +14,7 @@ fi
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
exec nsjail -Mo                                                                                \
 | 
					exec nsjail -Mo                                                                                \
 | 
				
			||||||
       --disable_clone_newnet                                                                  \
 | 
					       --disable_clone_newnet                                                                  \
 | 
				
			||||||
 | 
					       --disable_rlimits                                                                       \
 | 
				
			||||||
       --cwd "${JAIL_HOME}"                                                                    \
 | 
					       --cwd "${JAIL_HOME}"                                                                    \
 | 
				
			||||||
       --tmpfsmount /tmp --tmpfsmount /run                                                     \
 | 
					       --tmpfsmount /tmp --tmpfsmount /run                                                     \
 | 
				
			||||||
       --bindmount "${BRIDGE_HOME}:${JAIL_HOME}"                                               \
 | 
					       --bindmount "${BRIDGE_HOME}:${JAIL_HOME}"                                               \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user