mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-02-03 14:03:24 +00:00
Rules having both the fix and the profile #126
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 @nihil-admirari on GitHub.
os_gatekeeper_enable and system_settings_gatekeeper_identified_developers_allowed have both a configuration profile and a shell script. Firewall rules system_settings_firewall_enable and system_settings_firewall_stealth_mode_enable do the same.
CIS “2.2.1 Ensure Firewall Is Enabled (Automated)” (counterpart of
system_settings_firewall_enable) warns thatNo such warning is given for any of the other three rules. Is duplication of fixes for other rules really necessary?
@robertgendler commented on GitHub:
@nihil-admirari
This is intentional.
The profile locks the GUI but the binary or defaults can override the profile. So both methods are required.