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
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,9 +111,7 @@ The following Linux server distributions and x64 (AMD64/EM64T) versions are supp
111
111
- SUSE Linux Enterprise Server 15 (SP5, SP6) ARM64
112
112
113
113
> [!NOTE]
114
-
> The workstation and desktop versions of these distributions are unsupported
115
-
> Distributions and versions that aren't explicitly listed are unsupported (even if they're derived from the officially supported distributions).
116
-
> 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.
114
+
> Distributions & versions that aren't explicitly listed above and custom OS are unsupported (even if they're derived from the officially supported distributions).
117
115
> 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.
118
116
119
117
> [!WARNING]
@@ -144,8 +142,7 @@ The following Linux server distributions and x64 (AMD64/EM64T) versions are supp
144
142
|`xfs`|
145
143
146
144
> [!NOTE]
147
-
> NFS v3 mount points to be scanned thoroughly and are required to set the `no_root_squash` export option on these mount points.
148
-
> Without this option, scanning NFS v3 can potentially fail due to lack of permissions.
145
+
> 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.
149
146
150
147
## Verify if devices can connect to Defender for Endpoint cloud services
151
148
@@ -202,7 +199,7 @@ There are several methods and tools that you can use to deploy Microsoft Defende
202
199
-[Guidance for Defender for Endpoint on Linux Server with SAP](/defender-endpoint/mde-linux-deployment-on-sap)
203
200
204
201
> [!IMPORTANT]
205
-
> 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`.
202
+
> 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`.
206
203
207
204
If you experience any installation issues, self-troubleshooting resources are available. See the links in the [Related content section](#related-content).
0 commit comments