/etc/audisp/audisp-prelude.conf is in audispd-plugins 1:2.4-1+b1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | #
# This file controls the configuration of the audit based
# intrusion detection system, audisp-prelude.
#
profile = auditd
detect_avc = yes
avc_action = idmef
detect_logins = yes
login_action = idmef
#login_acct_exceptions =
detect_login_fail_max = yes
login_fail_max_action = idmef
#login_fail_max_acct_exceptions =
detect_login_session_max = yes
login_session_max_action = idmef
#login_session_max_acct_exceptions =
detect_login_location = yes
login_location_action = idmef
#login_location_acct_exceptions =
detect_login_time = yes
login_time_action = idmef
#login_time_acct_exceptions =
detect_abend = yes
abend_action = idmef
detect_promiscuous = yes
promiscuous_action = idmef
detect_mac_status = yes
mac_status_action = idmef
detect_group_auth = yes
group_auth_action = idmef
detect_watched_acct = yes
watched_acct_action = idmef
watched_accounts = 1-499
detect_watched_syscall = yes
watched_syscall_action = idmef
detect_watched_file = yes
watched_file_action = idmef
detect_watched_exec = yes
watched_exec_action = idmef
detect_watched_mk_exe = yes
watched_mk_exe_action = idmef
detect_tty = no
tty_action = idmef
|