Subversion Repositories configs

Rev

Rev 192 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
#
2
# This file controls the configuration of the audit daemon
3
#
4
 
5
local_events = yes
6
write_logs = yes
7
log_file = /var/log/audit/audit.log
8
log_group = root
9
log_format = ENRICHED
10
flush = INCREMENTAL_ASYNC
11
freq = 50
12
max_log_file = 8
13
num_logs = 5
14
priority_boost = 4
15
name_format = NONE
16
##name = mydomain
17
max_log_file_action = ROTATE
18
space_left = 75
19
space_left_action = SYSLOG
20
verify_email = yes
21
action_mail_acct = root
22
admin_space_left = 50
23
admin_space_left_action = SUSPEND
24
disk_full_action = SUSPEND
25
disk_error_action = SUSPEND
26
use_libwrap = yes
27
##tcp_listen_port = 60
28
tcp_listen_queue = 5
29
tcp_max_per_addr = 1
30
##tcp_client_ports = 1024-65535
31
tcp_client_max_idle = 0
32
transport = TCP
33
krb5_principal = auditd
34
##krb5_key_file = /etc/audit/audit.key
35
distribute_network = no
209 - 36
q_depth = 1200
192 - 37
overflow_action = SYSLOG
38
max_restarts = 10
39
plugin_dir = /etc/audit/plugins.d
209 - 40
end_of_event_timeout = 2