mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Supported host operating systems (#33861)
- openSUSE 15.6+ - Lowercase "openSUSE" Supported added in the following user story: - #32778
This commit is contained in:
parent
e393c1a87c
commit
e1ca48f549
2 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Enabling Fleet Desktop on Fedora, Debian, and OpenSUSE
|
||||
# Enabling Fleet Desktop on Fedora, Debian, and openSUSE
|
||||
|
||||
[Fleet Desktop](https://fleetdm.com/guides/fleet-desktop) is a menu bar icon for macOS, Linux, and Windows that gives end users visibility into how their device is managed by Fleet and functions as a self-service portal.
|
||||
|
||||
|
|
@ -8,7 +8,7 @@ This article explains how admins can enable Fleet Desktop on Linux by using poli
|
|||
|
||||
## Policy and script execution
|
||||
|
||||
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.
|
||||
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](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).
|
||||
|
|
@ -36,5 +36,5 @@ After the extension is installed your users will see the Fleet icon on their men
|
|||
<meta name="authorGitHubUsername" value="lucasmrod">
|
||||
<meta name="authorFullName" value="Lucas Rodriguez">
|
||||
<meta name="publishedOn" value="2025-04-01">
|
||||
<meta name="articleTitle" value="Enabling Fleet Desktop on Fedora, Debian, and OpenSUSE">
|
||||
<meta name="articleTitle" value="Enabling Fleet Desktop on Fedora, Debian, and openSUSE">
|
||||
<meta name="category" value="guides">
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ Fleet supports the following operating system versions on hosts.
|
|||
| macOS | 14+ (Sonoma) |
|
||||
| iOS/iPadOS | 17+ |
|
||||
| Windows | Pro and Enterprise 10+, Server 2012+ |
|
||||
| Linux | CentOS 7.1+, Ubuntu 20.04+, Fedora 38+, Amazon Linux 2+, Debian 11+, Red Hat Enterprise Linux (RHEL) 7+ |
|
||||
| Linux | CentOS 7.1+, Ubuntu 20.04+, Fedora 38+, Amazon Linux 2+, Debian 11+, Red Hat Enterprise Linux (RHEL) 7+, openSUSE 15.6+ |
|
||||
| ChromeOS | 112.0.5615.134+ |
|
||||
| Android | 13+ |
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue