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:
@@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user