mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-02-03 05:53:24 +00:00
Remediations on audit_control cause chaos if file is missing #166
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 @brodjieski on GitHub.
If /etc/security/audit_control is missing, the remediation script causes issues with the filesystem as it attempts to modify attributes on system folders.
Affects the following rules:
audit_acls_files_configure.yaml
audit_acls_folders_configure.yaml
audit_files_group_configure.yaml
audit_files_mode_configure.yaml
audit_files_owner_configure.yaml
audit_folder_group_configure.yaml
audit_folder_owner_configure.yaml
audit_folders_mode_configure.yaml
@robertgendler commented on GitHub:
this was merged into main. closing the issue.