From d204d4120419c44ba4c748d34ca15d41662bf258 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 2 May 2021 10:03:26 -0600 Subject: [PATCH] Mention "log_server_verify" bug fix. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 039441417..a89bd4ce5 100644 --- a/NEWS +++ b/NEWS @@ -66,6 +66,9 @@ What's new in Sudo 1.9.6p1 error message instead of a usage message when sudo is run with no arguments. + * Fixed a bug that prevented the "log_server_verify" sudoers option + from taking effect. + What's new in Sudo 1.9.6 * Fixed a sudo_sendlog compilation problem with the AIX xlC compiler.