[sudo-commits] sudo changeset 11885:2a00e62eaeb0

Todd C. Miller Todd.Miller at sudo.ws
Tue Oct 29 08:31:20 MDT 2019


changeset:	11885:2a00e62eaeb0 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/2a00e62eaeb0
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