[sudo-commits] sudo changeset 11646:68c8c05a0b9b

Todd C. Miller Todd.Miller at sudo.ws
Mon Jan 7 09:52:31 MST 2019


changeset:	11646:68c8c05a0b9b in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/68c8c05a0b9b
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Jan 07 09:38:03 2019 -0700

Log Message:
	Fix the default nofiles and stack hard limits.
	The table of default hard limits in /etc/security/limits was out
	of date with respect to the current documentation.  The default
	hard limit for nofiles should be unlimited, not 8196.  The default
	hard limit for stack should be 4194304 blocks (which fits in an
	unsigned long on 32-bit platforms).

diffstat:

 lib/util/aix.c |  11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)


More information about the sudo-commits mailing list