|
From: | Gregory Piñero |
Subject: | [Jailkit-users] Prevent Fork Bombs on Jailed Python Interpreter |
Date: | Thu, 25 Oct 2007 16:21:28 -0400 |
I've set up a jailed Python interpreter. Now I'm wondering how to prevent someone from running: while 1: os.fork() and freezing up my system. (A so called fork bomb.) Do you guys have any advice? Thanks, Greg
[Prev in Thread] | Current Thread | [Next in Thread] |