Mention fix for Bug #956 and GitHub issue #83.

This commit is contained in:
Todd C. Miller
2022-01-04 19:42:58 -07:00
parent 521ef37aea
commit 8c42a29a1e

7
NEWS
View File

@@ -82,6 +82,13 @@ What's new in Sudo 1.9.9
* Clarified in the sudo man page that the security policy may * Clarified in the sudo man page that the security policy may
override the user's PATH environment variable. Bug #1014. override the user's PATH environment variable. Bug #1014.
* When sudo is run in non-interactive mode (with the -n option), it
will now attempt PAM authentication and only exit with an error
if user interaction is required. This allows PAM modules that
don't interact with the user to succeed. Previously, sudo
would not attempt authentication if the -n option was specified.
Bug #956 and GitHub issue #83.
What's new in Sudo 1.9.8p2 What's new in Sudo 1.9.8p2
* Fixed a potential out-of-bounds read with "sudo -i" when the * Fixed a potential out-of-bounds read with "sudo -i" when the