From f1c2e46bcc3ec332d425289470f2d59eaf25d012 Mon Sep 17 00:00:00 2001 From: Gray Williams Date: Wed, 15 Apr 2026 08:28:05 +0100 Subject: [PATCH] Update FAQ for Linux disk encryption (#43530) Adds information for disk encryption enforcement support to the notes under supported operating systems. --- docs/Get started/FAQ.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Get started/FAQ.md b/docs/Get started/FAQ.md index d8c86498a3..708f209564 100644 --- a/docs/Get started/FAQ.md +++ b/docs/Get started/FAQ.md @@ -91,6 +91,7 @@ While Fleet may still function partially or fully with OS versions older than th > - If a table is not available for your host, Fleet will generally handle things behind the scenes for you. > - On Linux, Fleet Desktop is supported on the GNOME and KDE Plasma desktop environments. > - Fedora requires a [GNOME extension](https://extensions.gnome.org/extension/615/appindicator-support/) to enable system tray support. Other distributions like Ubuntu include this by default. +> - On Linux, enforcing [disk encryption](https://fleetdm.com/guides/enforce-disk-encryption#enforce-disk-encryption-on-linux) is only supported on Ubuntu Linux, Kubuntu Linux, and Fedora Linux hosts. > - Fleet's default (un)install scripts use `apt-get` for Debian-based distributions, and `dnf` for Red Hat-based distributions. To install packages on CentOS versions prior to 8, either add `dnf` or edit install and uninstall scripts to use the `yum` or `rpm` command. > - The `fleetctl package` command is not supported on DISA-STIG distribution.