mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Add macOS policies for patching in workstations-canary.yml (#22323)
This commit is contained in:
parent
03c3c6ca37
commit
1fdd127f6c
1 changed files with 14 additions and 0 deletions
|
|
@ -138,6 +138,20 @@ policies:
|
|||
resolution: We will perform system maintenance on your device.
|
||||
platform: darwin
|
||||
calendar_events_enabled: true
|
||||
- name: macOS - Upgrade Firefox
|
||||
query: SELECT 1 FROM apps WHERE name = 'Firefox.app' AND version_compare(bundle_short_version, '130.0.1') >= 0;
|
||||
critical: false
|
||||
description: The host may have an outdated or non-existent version of Firefox, potentially risking security vulnerabilities or compatibility issues.
|
||||
resolution: During maintenance, the Firefox app could be updated to the correct version or installed if it's missing.
|
||||
platform: darwin
|
||||
calendar_events_enabled: false
|
||||
- name: macOS - Upgrade Slack
|
||||
query: SELECT 1 FROM apps WHERE name = 'Slack.app' AND version_compare(bundle_short_version, '4.40.126') >= 0;
|
||||
critical: false
|
||||
description: The host may be running an outdated version of Slack, which could pose security vulnerabilities or compatibility issues.
|
||||
resolution: The host's Slack application will likely be updated to a version that is greater than or equal to '4.40.126'.
|
||||
platform: darwin
|
||||
calendar_events_enabled: false
|
||||
queries:
|
||||
- path: ../lib/collect-failed-login-attempts.queries.yml
|
||||
- path: ../lib/collect-fleetd-information.yml
|
||||
|
|
|
|||
Loading…
Reference in a new issue