mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Update "macOS - Check if latest version" policy description/resolution (#19120)
This will make our own calendar events look like the one in the calendar wireframes/marketing images
This commit is contained in:
parent
c6d0a39930
commit
0ce6a9fbee
1 changed files with 2 additions and 2 deletions
|
|
@ -114,8 +114,8 @@ policies:
|
|||
SELECT 1 FROM os_version
|
||||
WHERE (major > 14 OR (major = 14 AND minor > 5) OR (major = 14 AND minor = 5 AND patch >= 0)); --Sonoma
|
||||
critical: false
|
||||
description: This policy check if macOS version is most recent version available.
|
||||
resolution: From the Apple menu, select System Settings. Navigate to General > Software Update.
|
||||
description: Using an outdated macOS version risks exposure to security vulnerabilities and potential system instability.
|
||||
resolution: We will update your macOS to version 14.4.1 to enhance security and stability.
|
||||
platform: darwin
|
||||
calendar_events_enabled: true
|
||||
queries:
|
||||
|
|
|
|||
Loading…
Reference in a new issue