mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-02-03 05:53:24 +00:00
Ventura firewall mobileconfig fails to install #173
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 @bernstei on GitHub.
Originally assigned to: @robertgendler on GitHub.
The
com.apple.security.firewall.mobileconfiggenerated by thedev_ventura_stigbranch cannot be installed on Ventura 13.4. It fails with the messageIt appears to set
EnableStealthMode, but maybe anything having to do with the firewall also requires theEnableFirewallkey as well now? I'm not sure what value you'd want to default to, though, since presumably some people might want the Apple firewall while others might want some third party firewall.I've attached the file (renamed to .txt)
com.apple.security.firewall.mobileconfig.txt
@bernstei commented on GitHub:
I have confirmed that adding EnableFirewall true does allow the mobileconfig to install, BTW.
@robertgendler commented on GitHub:
This is in
dev_ventura_stig@robertgendler commented on GitHub:
We missed the stig controls on
system_settings_firewall_enableBut I think it would make sense for us to add the enable firewall stuff to stealth mode as well since it won't work without it.
@robertgendler commented on GitHub:
This was merged into main. closing the issue.
@robertgendler commented on GitHub:
Good find. I guess we have to add the key to enable the firewall to this control.
Did we miss labeling the enable firewall with a stig label maybe?