mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-02-03 05:53:24 +00:00
Generate a consolidated configuration profile #32
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 @chkpnt on GitHub.
Problem to solve
When I run
generate_guidance.py -p ..., a number of.mobileprofile-files will be generated. I'm using CIS Level 2 as a baseline which leads to 17 domain specific.mobileprofilefiles. As it it cumbersome to install so many profiles manually on a Mac without an MDM, it seems to be appropriate to generate a consolidated.mobileconfig-file as well.Intended users
Users, who want to apply the
.mobileconfigfiles directly.Further details
see https://github.com/usnistgov/macos_security/discussions/521
Proposal
Generate a consolidated
.mobileconfigfile in addition to domain specific ones.Documentation
Testing
What does success look like, and how can we measure that?
A file
{baseline_name}.mobileconfigis generated.Links / references
@chkpnt commented on GitHub:
I'm filing a PR.