mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
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:
parent
20e1e4edfe
commit
d73446d1fe
1 changed files with 2 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue