From: Todd C. Miller Date: Mon, 7 Jan 2019 18:01:21 +0000 (-0700) Subject: The AIX nofiles hard limit fix and bug #867 will make 1.8.27. X-Git-Tag: SUDO_1_8_27^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3d63eee344df8d7a2023bd44d2c2244f3772067d;p=sudo The AIX nofiles hard limit fix and bug #867 will make 1.8.27. --- diff --git a/NEWS b/NEWS index 659d302d7..0c458b739 100644 --- a/NEWS +++ b/NEWS @@ -29,6 +29,16 @@ What's new in Sudo 1.8.27 file would not be updated when a command was run in a pseudo-tty. Bug #865. + * Sudo now sets the silent flag when opening the PAM session except + when running a shell via "sudo -s" or "sudo -i". This prevents + the pam_lastlog module from printing the last login information + for each sudo command. Bug #867. + + * Fixed the default AIX hard resource limit for the maximum number + of files a user may have open. If no hard limit for "nofiles" + is explicitly set in /etc/security/limits, the default should + be "unlimited". Previously, the default hard limit was 8196. + What's new in Sudo 1.8.26 * Fixed a bug in cvtsudoers when converting to JSON format when