mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
- Updated profile names so they appear as human readable in Fleet UI instead of by filename.
15 lines
426 B
JSON
15 lines
426 B
JSON
{
|
|
"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
|
|
}
|
|
}
|
|
}
|