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

Add missing initialization of def_log_format to sudo.

This commit is contained in:
Todd C. Miller
2020-11-17 11:11:52 -07:00
parent a96b9a1373
commit e4a2765cce

View File

@@ -535,6 +535,7 @@ init_defaults(void)
def_fdexec = digest_only;
def_log_allowed = true;
def_log_denied = true;
def_log_format = sudo;
def_runas_allow_unknown_id = false;
/* Syslog options need special care since they both strings and ints */