Set workstations to use DDM for macOS updates (#20178)

- On workstations, we dogfood the current recommended best practice:
https://fleetdm.com/docs/using-fleet/mdm-os-updates
- On workstations (canary), we dogfood using the calendar feature to run
managed OS updates.
This commit is contained in:
Luke Heath 2024-07-08 15:22:59 -07:00 committed by GitHub
parent 20e1e4edfe
commit d73446d1fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,8 +44,8 @@ controls:
enable_end_user_authentication: true
macos_setup_assistant: null
macos_updates:
deadline: ""
minimum_version: ""
deadline: "2024-07-12"
minimum_version: "14.5"
windows_settings:
custom_settings: null
windows_updates:
@ -63,13 +63,6 @@ policies:
- path: ../lib/linux-device-health.policies.yml
- path: ../lib/macos-cis.policies.yml
- path: ../lib/windows-cis.policies.yml
- name: macOS - Check if latest version
query: SELECT 1 FROM os_version WHERE major = '14' OR major = '15';
critical: false
description: Using an outdated macOS version risks exposure to security vulnerabilities and potential system instability.
resolution: We will update your macOS to the latest version.
platform: darwin
calendar_events_enabled: true
queries:
- path: ../lib/collect-failed-login-attempts.queries.yml
- path: ../lib/collect-usb-devices.queries.yml