STIGQter STIGQter: STIG Summary: Apple macOS 11 (Big Sur) Security Technical Implementation Guide Version: 1 Release: 2 Benchmark Date: 23 Apr 2021:

The macOS system must be configured with audit log folders group-owned by wheel.

DISA Rule

SV-230777r599842_rule

Vulnerability Number

V-230777

Group Title

SRG-OS-000057-GPOS-00027

Rule Version

APPL-11-001015

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

For any log folder that has an incorrect group, run the following command:

/usr/bin/sudo chgrp wheel [audit log folder]

Check Contents

To check the group ownership of the audit log folder, run the following command:

/usr/bin/sudo ls -lde $(/usr/bin/sudo /usr/bin/grep '^dir' /etc/security/audit_control | awk -F: '{print $2}')

The results should show the group (fourth column) to be "wheel".

If they do not, this is a finding.

Vulnerability Number

V-230777

Documentable

False

Rule Version

APPL-11-001015

Severity Override Guidance

To check the group ownership of the audit log folder, run the following command:

/usr/bin/sudo ls -lde $(/usr/bin/sudo /usr/bin/grep '^dir' /etc/security/audit_control | awk -F: '{print $2}')

The results should show the group (fourth column) to be "wheel".

If they do not, this is a finding.

Check Content Reference

M

Target Key

5246

Comments