mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Updated the "Operating system up to date (macOS)" policy criteria (#22178)
I updated the os_version that is being evaluated in the "Operating system up to date (macOS)" policy to reflect the current and n-1 major OS versions. This is currently 2+ years out of date.
This commit is contained in:
parent
7f7acf8d97
commit
3ca1f5b36e
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ export const DEFAULT_POLICIES: IPolicyNew[] = [
|
|||
},
|
||||
{
|
||||
key: 16,
|
||||
query: "SELECT 1 FROM os_version WHERE version >= '12.5.1';",
|
||||
query: "SELECT 1 FROM os_version WHERE version >= '14.6.1' OR version >= '15.0';",
|
||||
name: "Operating system up to date (macOS)",
|
||||
description: "Using an outdated macOS version risks exposure to security vulnerabilities and potential system instability.",
|
||||
resolution:
|
||||
|
|
|
|||
Loading…
Reference in a new issue