]> granicus.if.org Git - sudo/commitdiff
The AIX nofiles hard limit fix and bug #867 will make 1.8.27.
authorTodd C. Miller <Todd.Miller@sudo.ws>
Mon, 7 Jan 2019 18:01:21 +0000 (11:01 -0700)
committerTodd C. Miller <Todd.Miller@sudo.ws>
Mon, 7 Jan 2019 18:01:21 +0000 (11:01 -0700)
NEWS

diff --git a/NEWS b/NEWS
index 659d302d710aefc1fbbe1aecdc338e77a4fd6aca..0c458b739c2e8b1eb80d8b040a003250ce5af2d5 100644 (file)
--- 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