2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-09-01 23:05:17 +00:00

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

@@ -87,6 +87,13 @@ set_cmnd_path(const char *runchroot)
return FOUND;
}
/* STUB */
void
update_eventlog_config(void)
{
return;
}
/*
* Look up the hostname and set user_host and user_shost.
*/