mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Added DDM profile for iOS and iPadOS and copied macOS DDM profile to Workstations team (#24825)
This commit is contained in:
parent
aba585ce6e
commit
7babadf4ba
5 changed files with 33 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue