[sudo-commits] sudo changeset 11831:6c3bf214caf0

Todd C. Miller Todd.Miller at sudo.ws
Mon Oct 21 15:22:20 MDT 2019


changeset:	11831:6c3bf214caf0 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/6c3bf214caf0
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Oct 21 11:41:48 2019 -0600

Log Message:
	Set resource limits in the sudo process to unlimited.
	We don't want sudo to be limited by the caller's resource limits.
	The original resource limits are restore before session setup.

diffstat:

 MANIFEST             |    1 +
 lib/util/Makefile.in |    8 +-
 src/Makefile.in      |   18 ++++-
 src/exec.c           |   49 +-----------
 src/limits.c         |  200 +++++++++++++++++++++++++++++++++++++++++++++++++++
 src/sudo.c           |   51 +-----------
 src/sudo.h           |    8 +-
 7 files changed, 239 insertions(+), 96 deletions(-)


More information about the sudo-commits mailing list