sudoers: disable SO_KEEPALIVE socket option based on log_server_disable_keepalive flag in sudoers

This commit is contained in:
Laszlo Orban
2020-01-21 15:18:27 +01:00
committed by Todd C. Miller
parent 38160d0ccb
commit 6f3f45aa24
8 changed files with 50 additions and 12 deletions

View File

@@ -513,6 +513,10 @@ struct sudo_defs_types sudo_defs_table[] = {
"log_server_timeout", T_TIMEOUT|T_BOOL,
N_("Sudo log server timeout in seconds: %u"),
NULL,
}, {
"log_server_keepalive", T_FLAG,
N_("Enable SO_KEEPALIVE socket option on the socket connected to the logserver"),
NULL,
}, {
"log_server_cabundle", T_STR|T_BOOL|T_PATH,
N_("Path to the audit server's CA bundle file: %s"),