fleet/it-and-security/lib/macos/declaration-profiles/Software Update settings.json
Allen Houchins 9cae085289
Update Software Update settings.json (#32264)
- Updated software update settings DDM to disable notifications (moving
to Nudge)
- Trying a new payload
2025-08-25 12:24:24 -05:00

17 lines
No EOL
518 B
JSON

{
"Type": "com.apple.configuration.softwareupdate.settings",
"Identifier": "com.fleetdm.config.softwareupdate.settings",
"Payload": {
"AllowStandardUserOSUpdates": true,
"AutomaticActions": {
"Download": "AlwaysOn",
"InstallOSUpdates": "Allowed",
"InstallSecurityUpdate": "AlwaysOn"
},
"AutomaticallyInstallAppUpdates": true,
"Notifications": false,
"RapidSecurityResponse": {
"Enabled": true
}
}
}