Added DDM profile for iOS and iPadOS and copied macOS DDM profile to Workstations team (#24825)

This commit is contained in:
Allen Houchins 2024-12-17 14:19:08 -06:00 committed by GitHub
parent aba585ce6e
commit 7babadf4ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 33 additions and 0 deletions

View file

@ -0,0 +1,15 @@
{
"Type": "com.apple.configuration.softwareupdate.settings",
"Identifier": "com.fleetdm.config.softwareupdate.settings",
"Payload": {
"AutomaticActions": {
"Download": "AlwaysOn",
"InstallOSUpdates": "Allowed",
"InstallSecurityUpdate": "AlwaysOn"
},
"Notifications": true,
"RapidSecurityResponse": {
"Enabled": true
}
}
}

View file

@ -0,0 +1,15 @@
{
"Type": "com.apple.configuration.softwareupdate.settings",
"Identifier": "com.fleetdm.config.softwareupdate.settings",
"Payload": {
"AutomaticActions": {
"Download": "AlwaysOn",
"InstallOSUpdates": "Allowed",
"InstallSecurityUpdate": "AlwaysOn"
},
"Notifications": true,
"RapidSecurityResponse": {
"Enabled": true
}
}
}

View file

@ -16,6 +16,7 @@ controls:
minimum_version: "18.2"
macos_settings:
custom_settings:
- path: ../lib/ipados/declaration-profiles/software-update-settings.json
scripts:
policies:
queries:

View file

@ -20,6 +20,7 @@ controls:
- path: ../lib/ios/configuration-profiles/lock-screen-message.mobileconfig
- path: ../lib/ios/configuration-profiles/content-filtering.mobileconfig
- path: ../lib/ios/declaration-profiles/passcode-settings-ddm.json
- path: ../lib/ios/declaration-profiles/software-update-settings.json
scripts:
policies:
queries:

View file

@ -56,6 +56,7 @@ controls:
- path: ../lib/macos/configuration-profiles/prevent-autologon.mobileconfig
- path: ../lib/macos/configuration-profiles/secure-terminal-keyboard.mobileconfig
- path: ../lib/macos/declaration-profiles/passcode-settings.json
- path: ../lib/macos/declaration-profiles/software-update-settings.json
macos_setup:
bootstrap_package: ""
enable_end_user_authentication: true