Fix a bug for default auditd.conf: The NOLOG option to log_format is deprecated. Please use the write_logs option.
This commit is contained in:
parent
39da6d480a
commit
c50234b965
|
@ -6,7 +6,7 @@ local_events = yes
|
|||
write_logs = yes
|
||||
log_file = /var/log/audit/audit.log
|
||||
log_group = root
|
||||
log_format = RAW
|
||||
write_logs = yes
|
||||
flush = INCREMENTAL_ASYNC
|
||||
freq = 50
|
||||
max_log_file = 8
|
||||
|
|
Loading…
Reference in New Issue