[sudo-commits] sudo changeset 11886:d8bb162d78e9

Todd C. Miller Todd.Miller at sudo.ws
Fri Nov 1 09:16:28 MDT 2019


changeset:	11886:d8bb162d78e9 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/d8bb162d78e9
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Oct 29 08:28:52 2019 -0600

Log Message:
	macOS does not allow rlim_cur to be set to RLIM_INFINITY for RLIMIT_NOFILE.
	We need to use OPEN_MAX instead as per the macOS setrlimit manual.
	Bug #904

diffstat:

 src/limits.c |  25 +++++++++++++++++++++----
 1 files changed, 21 insertions(+), 4 deletions(-)


More information about the sudo-commits mailing list