[sudo-cvs] CVS commit: sudo

Todd C. Miller Todd.Miller at courtesan.com
Sun Jan 27 16:46:36 EST 2008


Module Name:	sudo
Committed By:	millert
Date:		Sun Jan 27 21:46:36 UTC 2008

Modified Files:
	sudo [SUDO_1_6_9]: sudo.c

Log Message:
Unlimit nproc on Linux systems where calling the setuid() family
of syscalls causes the nroc resource limit to be checked.  The
limits will be reset by pam_limits.so when PAM is used.  In the
non-PAM case the nproc limit will remain unlimited but there doesn't
seem to be a way around that other than having sudo parse
/etc/security/limits.conf directly.


To generate a diff of this commit:
cvs rdiff -r1.369.2.34 -r1.369.2.35 sudo/sudo.c




More information about the sudo-commits mailing list