On Mon, Apr 18, 2005 at 07:38:57PM +0200, Lorenzo Hern?ndez Garc?a-Hierro wrote: > Enforces the RLIMIT_NPROC limit by adding an additional check for > execve(), as > such limit is checked only during fork() calls.
What's the point? exec doesn't create new process and exec() shouldn't start to fail just because someone lowered the rlimit a short while ago. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/