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