Fix audit_files_(group/mode/owner)_configure #293

Closed
opened 2026-01-19 18:29:57 +00:00 by michael · 1 comment
Owner

Originally created by @golbiga on GitHub.

Originally assigned to: @golbiga on GitHub.

The following rules need to be fixed as they are setting permissions on the folder and not the files within.

audit_files_group_configure
audit_files_mode_configure
audit_files_owner_configure

$(/usr/bin/grep '^dir' /etc/security/audit_control | /usr/bin/awk -F: '{print $2}') needs a trailing /*

Fixes needed in big_sur and catalina, will be merged into main in next revision.

Originally created by @golbiga on GitHub. Originally assigned to: @golbiga on GitHub. The following rules need to be fixed as they are setting permissions on the folder and not the files within. `audit_files_group_configure` `audit_files_mode_configure` `audit_files_owner_configure ` `$(/usr/bin/grep '^dir' /etc/security/audit_control | /usr/bin/awk -F: '{print $2}')` needs a trailing `/*` Fixes needed in `big_sur` and `catalina`, will be merged into `main` in next revision.
Author
Owner

@golbiga commented on GitHub:

Fixed in big_sur and catalina

@golbiga commented on GitHub: Fixed in `big_sur` and `catalina`
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: usnistgov/macos_security#293