-
Notifications
You must be signed in to change notification settings - Fork 450
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added ddm for iOS and iPadOS; copied macOS ddm to Workstations team
- Loading branch information
1 parent
35f0741
commit 6b6194a
Showing
5 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
it-and-security/lib/ios/declaration-profiles/software-update-settings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
} | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
it-and-security/lib/ipados/declaration-profiles/software-update-settings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters