Skip to content

Commit 7a569ac

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/defender-docs-pr (branch live)
2 parents 996f482 + 833bce2 commit 7a569ac

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

defender-endpoint/mde-linux-prerequisites.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.collection:
1212
- mde-linux
1313
ms.topic: article
1414
ms.subservice: linux
15-
ms.date: 04/28/2026
15+
ms.date: 04/30/2026
1616
---
1717

1818
# Prerequisites for Microsoft Defender for Endpoint on Linux
@@ -110,20 +110,25 @@ The following Linux server distributions are supported:
110110
| Mariner | 2 | 2 |
111111

112112
> [!NOTE]
113-
> Distributions and versions that aren't explicitly listed above, and custom operating systems, are unsupported (even if they're derived from the officially supported distributions).
113+
> Distributions and versions that aren't explicitly listed above are unsupported
114114
> Microsoft Defender for Endpoint is kernel-version agnostic for all other supported distributions and versions. The minimal requirement for the kernel version is `3.10.0-327` or later.
115+
>
116+
> Microsoft Defender for Endpoint on Linux **can be installed and may function** on customized operating systems that meet minimal kernel requirements and are derived from known, standard, vendor‑provided Linux distributions that Microsoft supports. Customers are free to onboard and run Defender for Endpoint on such environments; Microsoft doesn't block onboarding or execution.
117+
> However, these customized environments aren't part of Microsoft's validated or maintained support baseline. As a result, they're treated as custom OS configurations from a support perspective.
118+
> Customers are expected to validate Defender for Endpoint within these custom environments and, if needed, reproduce issues on a supported, standard (unmodified) Linux distribution. If an issue can't be reproduced on a supported standard base distribution, Microsoft might not be able to proceed with further investigation or remediation.
119+
> For full support coverage and a predictable support experience, customers are recommended to run Defender for Endpoint on a supported, vendor-provided Linux distribution as outlined in the official prerequisites.
115120
116121
> [!WARNING]
117-
> Running Defender for Endpoint on Linux alongside other fanotify-based security solutions is not supported and may lead to unpredictable behavior, including system hangs.
118-
> If any applications use fanotify in blocking mode, they will appear in the conflicting_applications field of the mdatp health command output.
122+
> Running Defender for Endpoint on Linux alongside other Fanotify-based security solutions isn't supported and may lead to unpredictable behavior, including system hangs.
123+
> If any applications use Fanotify in blocking mode, they'll appear in the conflicting_applications field of the mdatp health command output.
119124
> You can still safely take advantage of Defender for Endpoint on Linux by setting antivirus enforcement level to passive. See [Configure security settings in Microsoft Defender for Endpoint on Linux](linux-preferences.md).
120125
> **EXCEPTION:** The Linux `FAPolicyD` feature, which also uses Fanotify in blocking mode, is supported with Defender for Endpoint in active mode on RHEL and Fedora platforms, provided that mdatp health reports a healthy status. This exception is based on validated compatibility specific to these distributions.
121126
122127
## Supported filesystems for real-time protection and quick, full, and custom scans
123128

124129
|Real-time protection and quick/full scans|Custom scans|
125130
|---|---|
126-
|`btrfs`|All filesystems that are supported for real-time protection and quick/full scans are also supported for custom scans. In addtion, the filesystems listed below are also supported for custom scans.|
131+
|`btrfs`|All filesystems that are supported for real-time protection and quick/full scans are also supported for custom scans. In addition, the filesystems listed below are also supported for custom scans.|
127132
|`ecryptfs`|`Efs`|
128133
|`ext2`|`S3fs`|
129134
|`ext3`|`Blobfuse`|
@@ -168,7 +173,7 @@ It's recommended to use Deployment Tool based deployment, as it simplifies the o
168173
- [Guidance for Defender for Endpoint on Linux Server with SAP](mde-linux-deployment-on-sap.md)
169174

170175
> [!IMPORTANT]
171-
> On Linux, Microsoft Defender for Endpoint creates an mdatp user with random UID and GID values. If you want to control these values, create an mdatp user before installation using the `/usr/sbin/nologin` shell option. Here's an example: `mdatp:x:UID:GID::/home/mdatp:/usr/sbin/nologin`.
176+
> On Linux, Microsoft Defender for Endpoint creates a mdatp user with random UID and GID values. If you want to control these values, create a mdatp user before installation using the `/usr/sbin/nologin` shell option. Here's an example: `mdatp:x:UID:GID::/home/mdatp:/usr/sbin/nologin`.
172177
173178
If you experience any installation issues, self-troubleshooting resources are available. See the links in the [Related content section](#related-content).
174179

0 commit comments

Comments
 (0)