sudoers: disable SO_KEEPALIVE socket option based on log_server_disable_keepalive flag in sudoers
This commit is contained in:

committed by
Todd C. Miller

parent
38160d0ccb
commit
6f3f45aa24
@@ -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"),
|
||||
|
Reference in New Issue
Block a user