fleet/it-and-security/lib/macos/declaration-profiles/Software Update settings.json
Allen Houchins 79e123004e
Scoping Nudge to all workstations (#32909)
- Prep for scoping Nudge and all related files to all workstations
- Disabling Software Update notifications to rely more on Nudge notifications
2025-09-18 21:25:00 -05:00

16 lines
No EOL
470 B
JSON

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