SV-268468r1034344_rule
V-268468
SRG-OS-000046-GPOS-00022
APPL-15-001030
CAT II
10
Configure the macOS system to require a minimum of 25 percent free disk space for audit record storage with the following command:
/usr/bin/sed -i.bak 's/.*minfree.*/minfree:25/' /etc/security/audit_control; /usr/sbin/audit -s
Verify the macOS system is configured to require a minimum of 25 percent free disk space for audit record storage with the following command:
/usr/bin/awk -F: '/^minfree/{print $2}' /etc/security/audit_control
If the result is not "25", this is a finding.
V-268468
False
APPL-15-001030
Verify the macOS system is configured to require a minimum of 25 percent free disk space for audit record storage with the following command:
/usr/bin/awk -F: '/^minfree/{print $2}' /etc/security/audit_control
If the result is not "25", this is a finding.
M
5661