mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-30 22:05:46 +00:00
Add syslog_maxlen to control the max size of syslog messages.
This commit is contained in:
@@ -559,6 +559,7 @@ init_defaults(void)
|
||||
goto oom;
|
||||
def_set_utmp = true;
|
||||
def_pam_setcred = true;
|
||||
def_syslog_maxlen = MAXSYSLOGLEN;
|
||||
|
||||
/* Reset the locale. */
|
||||
if (!firsttime) {
|
||||
|
Reference in New Issue
Block a user