Skip to content

Commit ace470b

Browse files
authored
Merge pull request #5205 from meghapriyams/docs-editor/mde-linux-prerequisites-1759763073
Update mde-linux-prerequisites.md
2 parents 1ad49ce + b340e29 commit ace470b

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

defender-endpoint/mde-linux-prerequisites.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.collection:
1515
ms.topic: conceptual
1616
ms.subservice: linux
1717
search.appverid: met150
18-
ms.date: 08/19/2025
18+
ms.date: 10/27/2025
1919
---
2020

2121
# Prerequisites for Microsoft Defender for Endpoint on Linux
@@ -110,9 +110,7 @@ The following Linux server distributions and x64 (AMD64/EM64T) versions are supp
110110
- SUSE Linux Enterprise Server 15 (SP5, SP6) ARM64
111111

112112
> [!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).
116114
> 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.
117115
118116
> [!WARNING]
@@ -143,8 +141,7 @@ The following Linux server distributions and x64 (AMD64/EM64T) versions are supp
143141
|`xfs`|
144142

145143
> [!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.
148145
149146
## Verify if devices can connect to Defender for Endpoint cloud services
150147

@@ -201,7 +198,7 @@ There are several methods and tools that you can use to deploy Microsoft Defende
201198
- [Guidance for Defender for Endpoint on Linux Server with SAP](/defender-endpoint/mde-linux-deployment-on-sap)
202199

203200
> [!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`.
205202
206203
If you experience any installation issues, self-troubleshooting resources are available. See the links in the [Related content section](#related-content).
207204

0 commit comments

Comments
 (0)