mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Fixed broken link (#33866)
- Fixed broken link to https://fleetdm.com/guides/policy-automation-run-script
This commit is contained in:
parent
c435d9dce3
commit
48b7291c8b
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ This article explains how admins can enable Fleet Desktop on Linux by using poli
|
|||
The policy query defined in [check-fleet-desktop-extension-enabled.yml](https://github.com/fleetdm/fleet/blob/main/it-and-security/lib/linux/policies/check-fleet-desktop-extension-enabled.yml) (from our Dogfood environment) checks if the extension needed for Fleet Desktop is installed and enabled on Fedora, Debian, and OpenSUSE hosts.
|
||||
> NOTE: fleetd 1.41.0 is required (the policy query relies on a table added to that version).
|
||||
|
||||
Starting in version v4.58.0, Fleet supports running scripts to remediate failing policies (see the [Automatically run scripts](./policy-automation-run-script.md) article for more information). Admins can therefore configure Fleet to run [install-fleet-desktop-required-extension.sh](https://github.com/fleetdm/fleet/blob/main/it-and-security/lib/linux/scripts/install-fleet-desktop-required-extension.sh) on devices where the policy detects the extension is missing ([check-fleet-desktop-extension-enabled.yml](https://github.com/fleetdm/fleet/blob/main/it-and-security/lib/linux/policies/check-fleet-desktop-extension-enabled.yml) contains both the policy and remediation script).
|
||||
Starting in version v4.58.0, Fleet supports running scripts to remediate failing policies (see the [Automatically run scripts](https://fleetdm.com/guides/policy-automation-run-script) article for more information). Admins can therefore configure Fleet to run [install-fleet-desktop-required-extension.sh](https://github.com/fleetdm/fleet/blob/main/it-and-security/lib/linux/scripts/install-fleet-desktop-required-extension.sh) on devices where the policy detects the extension is missing ([check-fleet-desktop-extension-enabled.yml](https://github.com/fleetdm/fleet/blob/main/it-and-security/lib/linux/policies/check-fleet-desktop-extension-enabled.yml) contains both the policy and remediation script).
|
||||
|
||||
### End-user experience
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue