mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 18:08:23 +00:00
Display the value of syslog_maxlen in sudo -V output.
This commit is contained in:
parent
3742f7a46e
commit
8c1da9b69e
@ -427,7 +427,7 @@ struct sudo_defs_types sudo_defs_table[] = {
|
||||
NULL,
|
||||
}, {
|
||||
"syslog_maxlen", T_UINT,
|
||||
N_("Log entries larger than this value will be split into multiple syslog messages"),
|
||||
N_("Log entries larger than this value will be split into multiple syslog messages: %u"),
|
||||
NULL,
|
||||
}, {
|
||||
"iolog_user", T_STR|T_BOOL,
|
||||
|
@ -312,7 +312,7 @@ match_group_by_gid
|
||||
"Resolve groups in sudoers and match on the group ID, not the name"
|
||||
syslog_maxlen
|
||||
T_UINT
|
||||
"Log entries larger than this value will be split into multiple syslog messages"
|
||||
"Log entries larger than this value will be split into multiple syslog messages: %u"
|
||||
iolog_user
|
||||
T_STR|T_BOOL
|
||||
"User that will own the I/O log files: %s"
|
||||
|
Loading…
x
Reference in New Issue
Block a user