From 8c42a29a1e96bb8581cc6e6cfe7d698e7223f3b3 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 4 Jan 2022 19:42:58 -0700 Subject: [PATCH] Mention fix for Bug #956 and GitHub issue #83. --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index 8fe9b84c6..e2c855cca 100644 --- a/NEWS +++ b/NEWS @@ -82,6 +82,13 @@ What's new in Sudo 1.9.9 * Clarified in the sudo man page that the security policy may 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 * Fixed a potential out-of-bounds read with "sudo -i" when the