summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@sudo.ws>2023-02-09 15:37:12 -0700
committerTodd C. Miller <Todd.Miller@sudo.ws>2023-02-09 15:37:12 -0700
commit724b48ce0a634054bc75bfd0e6f3429508a78604 (patch)
tree36009b86c29e57ae431d449c2f293d04fd925b4a
parentfa4a78162ecac379850110dbddb114b28956f0b8 (diff)
downloadsudo-724b48ce0a634054bc75bfd0e6f3429508a78604.tar.gz
Mention that a missing include file is no longer fatal.
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1660fcd9f..6390fcd46 100644
--- a/NEWS
+++ b/NEWS
@@ -99,6 +99,9 @@ What's new in Sudo 1.9.13
with the interactive shell that ran the script.
GitHub issue #237.
+ * A missing include file in sudoers is no longer a fatal error
+ unless the error_recovery plugin argument has been set to false.
+
What's new in Sudo 1.9.12p2
* Fixed a compilation error on Linux/aarch64. GitHub issue #197.