mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 22:35:10 +00:00
Add syslog_maxlen to control the max size of syslog messages.
This commit is contained in:
@@ -418,6 +418,10 @@ struct sudo_defs_types sudo_defs_table[] = {
|
||||
"match_group_by_gid", T_FLAG,
|
||||
N_("Resolve groups in sudoers and match on the group ID, not the name"),
|
||||
NULL,
|
||||
}, {
|
||||
"syslog_maxlen", T_UINT,
|
||||
N_("Log entries larger than this value will be split into multiple syslog messages"),
|
||||
NULL,
|
||||
}, {
|
||||
NULL, 0, NULL
|
||||
}
|
||||
|
Reference in New Issue
Block a user