2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

Recover from missing include file unless error_recovery is disabled.

It is still treated as an error from a logging perspective, and
mail is still sent.
This commit is contained in:
Todd C. Miller
2023-02-09 15:33:58 -07:00
parent 8960f50961
commit 26385b45cf
4 changed files with 301 additions and 308 deletions

View File

@@ -51,7 +51,6 @@ struct sudoers_exec_args {
static unsigned int sudo_version;
static const char *interfaces_string;
bool sudoers_recovery = true;
sudo_conv_t sudo_conv;
sudo_printf_t sudo_printf;
struct sudo_plugin_event * (*plugin_event_alloc)(void);