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

Add support for logging to the log server

This commit is contained in:
Todd C. Miller
2019-11-15 13:41:51 -07:00
parent 5793023ffd
commit 82237194dd
13 changed files with 1843 additions and 174 deletions

View File

@@ -505,6 +505,14 @@ struct sudo_defs_types sudo_defs_table[] = {
"log_denied", T_FLAG,
N_("Log when a command is denied by sudoers"),
NULL,
}, {
"log_server", T_LIST|T_BOOL,
N_("Sudo log server(s) to connect to with optional port"),
NULL,
}, {
"log_server_timeout", T_TIMEOUT|T_BOOL,
N_("Sudo log server timeout in seconds: %u"),
NULL,
}, {
NULL, 0, NULL
}