mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
- Prep for scoping Nudge and all related files to all workstations - Disabling Software Update notifications to rely more on Nudge notifications
16 lines
No EOL
470 B
JSON
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
|
|
}
|
|
}
|
|
} |