You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: defender-endpoint/mde-linux-prerequisites.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ ms.collection:
15
15
ms.topic: conceptual
16
16
ms.subservice: linux
17
17
search.appverid: met150
18
-
ms.date: 08/19/2025
18
+
ms.date: 10/27/2025
19
19
---
20
20
21
21
# Prerequisites for Microsoft Defender for Endpoint on Linux
@@ -110,9 +110,7 @@ The following Linux server distributions and x64 (AMD64/EM64T) versions are supp
110
110
- SUSE Linux Enterprise Server 15 (SP5, SP6) ARM64
111
111
112
112
> [!NOTE]
113
-
> The workstation and desktop versions of these distributions are unsupported
114
-
> Distributions and versions that aren't explicitly listed are unsupported (even if they're derived from the officially supported distributions).
115
-
> After a new package version is released, support for the previous two versions is reduced to technical support only. Versions older than that which are listed in this section are provided for technical upgrade support only.
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).
116
114
> 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.
117
115
118
116
> [!WARNING]
@@ -143,8 +141,7 @@ The following Linux server distributions and x64 (AMD64/EM64T) versions are supp
143
141
|`xfs`|
144
142
145
143
> [!NOTE]
146
-
> NFS v3 mount points to be scanned thoroughly and are required to set the `no_root_squash` export option on these mount points.
147
-
> Without this option, scanning NFS v3 can potentially fail due to lack of permissions.
144
+
> To scan NFS v3 mount points, make sure to set the `no_root_squash` export option. Without this option, scanning NFS v3 can potentially fail due to lack of permissions.
148
145
149
146
## Verify if devices can connect to Defender for Endpoint cloud services
150
147
@@ -201,7 +198,7 @@ There are several methods and tools that you can use to deploy Microsoft Defende
201
198
-[Guidance for Defender for Endpoint on Linux Server with SAP](/defender-endpoint/mde-linux-deployment-on-sap)
202
199
203
200
> [!IMPORTANT]
204
-
> Installing Microsoft Defender for Endpoint in any location other than the default install path isn't supported. 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`.
201
+
> 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`.
205
202
206
203
If you experience any installation issues, self-troubleshooting resources are available. See the links in the [Related content section](#related-content).
0 commit comments