From 66909a4831c4342d8c16425e30e0592ad5d3e61d Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 2 Jun 2022 14:09:46 -0600 Subject: [PATCH] Mention sudo_logsrvd.conf "log_server" parsing fix. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 005bccce3..b6251fc24 100644 --- a/NEWS +++ b/NEWS @@ -67,6 +67,10 @@ What's new in Sudo 1.9.11 specify an APPARMOR_PROFILE option to run a command confined by the named AppArmor profile. + * Fixed parsing of the "server_log" setting in sudo_logsrvd.conf. + Non-paths were being treated as paths and an actual path was + treated as an error. + What's new in Sudo 1.9.10 * Added new "log_passwords" and "passprompt_regex" sudoers options.