mirror of
https://github.com/fleetdm/fleet
synced 2026-05-02 19:07:38 +00:00
- Updated software update settings DDM to disable notifications (moving to Nudge) - Trying a new payload
17 lines
No EOL
518 B
JSON
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
|
|
}
|
|
}
|
|
} |