mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Update fleet-desktop-on-fedora-and-debian.md (#27797)
Fixing 3 broken links
This commit is contained in:
parent
4d5a9985e4
commit
c0d3d3185b
1 changed files with 3 additions and 3 deletions
|
|
@ -8,12 +8,12 @@ This article aims to explain how admins can enable Fleet Desktop on such Linux d
|
|||
|
||||
## Policy and script execution
|
||||
|
||||
The [fedora-debian-check-fleet-desktop.yml](../it-and-security/lib/linux/policies/fedora-debian-check-fleet-desktop.yml) policy (used in our Dogfood environment) can be used to check if the extension needed for Fleet Desktop is installed and enabled on Fedora and Debian hosts.
|
||||
The [fedora-debian-check-fleet-desktop.yml](https://github.com/fleetdm/fleet/blob/main/it-and-security/lib/linux/policies/fedora-debian-check-fleet-desktop.yml) policy (used in our Dogfood environment) can be used to check if the extension needed for Fleet Desktop is installed and enabled on Fedora and Debian 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 [fedora-debian-enable-fleet-desktop.sh](../it-and-security/lib/linux/scripts/fedora-debian-enable-fleet-desktop.sh) on devices where the policy detects the extension is missing.
|
||||
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 [fedora-debian-enable-fleet-desktop.sh](https://github.com/fleetdm/fleet/blob/main/it-and-security/lib/linux/scripts/fedora-debian-enable-fleet-desktop.sh) on devices where the policy detects the extension is missing.
|
||||
|
||||
[Here](../it-and-security/lib/linux/policies/fedora-debian-check-fleet-desktop.yml)'s the full example (policy + script) we use in our GitOps configuration for our Dogfood environment.
|
||||
[Here](https://github.com/fleetdm/fleet/blob/main/it-and-security/lib/linux/policies/fedora-debian-check-fleet-desktop.yml)'s the full example (policy + script) we use in our GitOps configuration for our Dogfood environment.
|
||||
|
||||
### End-user experience
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue