SV-282440r1200300_rule
V-282440
SRG-OS-000063-GPOS-00032
TOSS-05-000406
CAT II
10
Configure the files in directory "/etc/audit/rules.d/" and the "/etc/audit/auditd.conf" file to have a mode of "0640" with the following commands:
$ sudo chmod 0640 /etc/audit/rules.d/audit.rules
$ sudo chmod 0640 /etc/audit/rules.d/[customrulesfile].rules
$ sudo chmod 0640 /etc/audit/auditd.conf
Verify the files in directory "/etc/audit/rules.d/" and "/etc/audit/auditd.conf" file have a mode of "0640" or less permissive using the following command:
# stat -c "%a %n" /etc/audit/rules.d/*.rules
640 /etc/audit/rules.d/audit.rules
If the files in the "/etc/audit/rules.d/" directory or the "/etc/audit/auditd.conf" file have a mode more permissive than "0640", this is a finding.
V-282440
False
TOSS-05-000406
Verify the files in directory "/etc/audit/rules.d/" and "/etc/audit/auditd.conf" file have a mode of "0640" or less permissive using the following command:
# stat -c "%a %n" /etc/audit/rules.d/*.rules
640 /etc/audit/rules.d/audit.rules
If the files in the "/etc/audit/rules.d/" directory or the "/etc/audit/auditd.conf" file have a mode more permissive than "0640", this is a finding.
M
5738