fleet/it-and-security/lib/ios/declaration-profiles/Software Update settings.json
Allen Houchins 9d30086dfe
Updated profile names for better readability in Fleet UI (#29796)
- Updated profile names so they appear as human readable in Fleet UI
instead of by filename.
2025-06-06 11:27:33 -05:00

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
}
}
}