2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 01:49:11 +00:00

The AIX nofiles hard limit fix and bug #867 will make 1.8.27.

This commit is contained in:
Todd C. Miller 2019-01-07 11:01:21 -07:00
parent e2675d8f1e
commit 3d63eee344

10
NEWS
View File

@ -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