From: Todd C. Miller Date: Fri, 16 Jul 2010 18:36:10 +0000 (-0400) Subject: Add entry about SuSE bash script fix. X-Git-Tag: SUDO_1_7_4~65 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24fac28ce58d30a0839cf81c189d3c5561288bb4;p=sudo Add entry about SuSE bash script fix. --HG-- branch : 1.7 --- diff --git a/WHATSNEW b/WHATSNEW index 2f416fb3e..b361fa401 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -28,6 +28,12 @@ What's new in Sudo 1.7.4? * Sudo now uses polypkg (http://rc.quest.com/topics/polypkg/) for cross-platform packing. + * On Linux, sudo will now restore the nproc resource limit before + executing a command, unless the limit appears to have been modified + by pam_limits. This avoids a problem with bash scripts that open + more than 32 descriptors on SuSE Linux, where sysconf(_SC_CHILD_MAX) + will return -1 when RLIMIT_NPROC is set to RLIMIT_UNLIMITED (-1). + What's new in Sudo 1.7.3? * Support for logging I/O for the command being run.