SV-258844r933593_rule
V-258844
SRG-OS-000341-GPOS-00132
PHTN-40-000110
CAT III
10
Navigate to and open:
/etc/audit/auditd.conf
Ensure the following lines are present, not duplicated, and not commented:
num_logs = 5
max_log_file_action = ROTATE
At the command line, run the following command:
# pkill -SIGHUP auditd
At the command line, run the following command to verify auditd is configured to keep a number of audit logs in the event of a central log processing failure:
# grep -E "^num_logs|^max_log_file_action" /etc/audit/auditd.conf
Example result:
num_logs = 5
max_log_file_action = ROTATE
If "num_logs" is not configured to "5" or greater, this is a finding.
If "max_log_file_action" is not configured to "ROTATE", this is a finding.
V-258844
False
PHTN-40-000110
At the command line, run the following command to verify auditd is configured to keep a number of audit logs in the event of a central log processing failure:
# grep -E "^num_logs|^max_log_file_action" /etc/audit/auditd.conf
Example result:
num_logs = 5
max_log_file_action = ROTATE
If "num_logs" is not configured to "5" or greater, this is a finding.
If "max_log_file_action" is not configured to "ROTATE", this is a finding.
M
5569