mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-02-03 05:53:24 +00:00
Fix audit_files_(group/mode/owner)_configure #293
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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_configureaudit_files_mode_configureaudit_files_owner_configure$(/usr/bin/grep '^dir' /etc/security/audit_control | /usr/bin/awk -F: '{print $2}')needs a trailing/*Fixes needed in
big_surandcatalina, will be merged intomainin next revision.@golbiga commented on GitHub:
Fixed in
big_surandcatalina