From 3d63eee344df8d7a2023bd44d2c2244f3772067d Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 7 Jan 2019 11:01:21 -0700 Subject: [PATCH] The AIX nofiles hard limit fix and bug #867 will make 1.8.27. --- NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- 2.50.1