From b0bac88e1dbadea4b8f765ae7ad5f3731165d0b9 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 6 Oct 2022 13:40:00 -0600 Subject: Update NEWS file with recent changes. --- NEWS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index ec341e70a..d528f0844 100644 --- a/NEWS +++ b/NEWS @@ -84,6 +84,21 @@ What's new in Sudo 1.9.12 a newer version of setuptools that doesn't include "find_module" is found on the system. + * Fixed a bug introduced in sudo 1.9.9 where sudo_logsrvd created + the process ID file, usually /var/run/sudo/sudo_logsrvd.pid, as + a directory instead of a plain file. The same bug could result + in I/O log directories that end in six or more X's being created + literally in addition to the name being used as a template for + the mkdtemp(3) function. + + * Fixed a long-standing bug where a sudoers rule with a command + line argument of "", which indicates the command may be run with + no arguments, would also match a literal "" on the command line. + GitHub issue #182. + + * Added the -I option to visudo which only edits the main sudoers + file. Include files are not edited unless a syntax error is found. + What's new in Sudo 1.9.11p3 * Fixed "connection reset" errors on AIX when running shell scripts -- cgit v1.2.1