Skip to content

Commit

Permalink
added ddm for iOS and iPadOS; copied macOS ddm to Workstations team
Browse files Browse the repository at this point in the history
  • Loading branch information
allenhouchins committed Dec 17, 2024
1 parent 35f0741 commit 6b6194a
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 0 deletions.
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
}
}
}
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
}
}
}
1 change: 1 addition & 0 deletions it-and-security/teams/company-owned-ipads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ controls:
minimum_version: "17.6"
macos_settings:
custom_settings:
- path: ../lib/ipados/declaration-profiles/software-update-settings.json
scripts:
policies:
queries:
Expand Down
1 change: 1 addition & 0 deletions it-and-security/teams/company-owned-iphones.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions it-and-security/teams/workstations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b6194a

Please sign in to comment.