26 lines
510 B
Plaintext
26 lines
510 B
Plaintext
#
|
|
# This file controls the configuration of the audit daemon
|
|
#
|
|
|
|
log_file = /var/log/audit/audit.log
|
|
log_format = RAW
|
|
log_group = root
|
|
priority_boost = 4
|
|
flush = INCREMENTAL
|
|
freq = 20
|
|
num_logs = 16
|
|
disp_qos = lossy
|
|
dispatcher = /sbin/audispd
|
|
name_format = NONE
|
|
##name = mydomain
|
|
max_log_file = 300
|
|
max_log_file_action = ROTATE
|
|
space_left = 75
|
|
space_left_action = SYSLOG
|
|
action_mail_acct = audadmin
|
|
admin_space_left = 50
|
|
admin_space_left_action = SUSPEND
|
|
disk_full_action = SUSPEND
|
|
disk_error_action = SUSPEND
|
|
|