mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Install updated Firefox on policy failure (#24182)
This commit is contained in:
parent
84742c2401
commit
25fe7c0453
1 changed files with 2 additions and 1 deletions
|
|
@ -144,7 +144,8 @@ policies:
|
|||
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
|
||||
install_software:
|
||||
package_path: "../lib/software/mac-mozilla-firefox.yml"
|
||||
- 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue