mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-02-03 05:53:24 +00:00
Format problem in remediation of a number of 'os' section rules #228
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 @Honestpuck on GitHub.
Originally assigned to: @golbiga, @brodjieski on GitHub.
Summary
There are a number of rules in the
ossection that set a key in themount-controlskey incom.apple.systemuiserverWhile the mobileconfigs are generated properly there must be a minor format problem because in the guidance the remediation description just has themount-controlskey but not the sub key and settings array.Steps to reproduce
Generate the
all_rulesguidance and go to section 9, you can see the error.Operating System version
macOS 12.5.1 the
dev_venturabranch.What is the current bug behavior?
The remediation is just
<key>mount-controls</key>What is the expected correct behavior?
In the remediation it should have:
Possible fixes
I tried to correct the format myself but couldn't manage it. If somebody can fix one I will copy it across the lot.
@golbiga commented on GitHub:
This is fixed and merged into the os branches. It will get merged into main during the ventura release