Use libeventlog in sudoers instead of doing our own logging.

This commit is contained in:
Todd C. Miller
2020-10-26 16:10:40 -06:00
parent 541252beb1
commit 4416bd5977
12 changed files with 1117 additions and 1519 deletions

View File

@@ -66,6 +66,7 @@ struct eventlog_config {
int syslog_alertpri;
int syslog_maxlen;
uid_t mailuid;
bool omit_hostname;
const char *logpath;
const char *time_fmt;
const char *mailerpath;