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

@@ -500,6 +500,12 @@ restore_perms(void)
return true;
}
void
update_eventlog_config(void)
{
return;
}
int
set_cmnd_path(const char *runchroot)
{