Skip to content

Commit 8223189

Browse files
Merge pull request #4377 from MicrosoftDocs/main
[AutoPublish] main to live - 06/30 13:31 PDT | 07/01 02:01 IST
2 parents 89cf75f + 033f2c0 commit 8223189

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

defender-endpoint/mde-linux-prerequisites.md

Lines changed: 12 additions & 11 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: 04/08/2025
18+
ms.date: 06/30/2025
1919
---
2020

2121
# Prerequisites for Microsoft Defender for Endpoint on Linux
@@ -117,8 +117,7 @@ The following Linux server distributions and x64 (AMD64/EM64T) versions are supp
117117
> The workstation and desktop versions of these distributions are unsupported
118118
> Distributions and versions that aren't explicitly listed are unsupported (even if they're derived from the officially supported distributions).
119119
> 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.
120-
> Currently, Rocky and Alma distributions aren't supported in Microsoft Defender Vulnerability Management. However, Microsoft Defender for Endpoint is kernel-version agnostic for all other supported distributions and versions.
121-
> The minimal requirement for the kernel version is `3.10.0-327` or later.
120+
> 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.
122121
123122
> [!WARNING]
124123
> Running Defender for Endpoint on Linux with other fanotify-based security solutions isn't supported. It can lead to unpredictable results, including hanging the operating system.
@@ -186,12 +185,14 @@ If the Microsoft Defender for Endpoint installation fails due to missing depende
186185
> - The mdatp RPM package requires `audit`, `semanage`.
187186
> - For DEBIAN, the mdatp package requires `auditd`.
188187
> - For Mariner, the mdatp package requires `audit`.
189-
> For version older than `101.25032.0000`:
190-
> - RPM package needs: `mde-netfilter`, `pcre`
191-
> - DEBIAN package needs: `mde-netfilter`, `libpcre3`
192-
> - The `mde-netfilter` package also has the following package dependencies:
193-
- For DEBIAN, the mde-netfilter package requires `libnetfilter-queue1` and `libglib2.0-0`
194-
- For RPM, the mde-netfilter package requires `libmnl`, `libnfnetlink`, `libnetfilter_queue`, and `glib2`
188+
>
189+
> For versions older than `101.25032.0000`, the following requirements apply:
190+
> - RPM package needs: `mde-netfilter` and `pcre`
191+
> - DEBIAN package needs: `mde-netfilter` and `libpcre3`
192+
>
193+
> The `mde-netfilter` package also has the following package dependencies:
194+
> - For DEBIAN, the `mde-netfilter` package requires `libnetfilter-queue1` and `libglib2.0-0`
195+
> - For RPM, the `mde-netfilter` package requires `libmnl`, `libnfnetlink`, `libnetfilter_queue`, and `glib2`
195196
196197
## Installation instructions
197198

@@ -226,5 +227,5 @@ If you experience any installation issues, self-troubleshooting resources are av
226227
- [Troubleshoot missing events or alerts issues for Microsoft Defender for Endpoint on Linux](linux-support-events.md)
227228
- [Troubleshoot performance issues for Microsoft Defender for Endpoint on Linux](linux-support-perf.md)
228229

229-
> [!TIP]
230-
> Do you want to learn more? Engage with the Microsoft Security community in our Tech Community: [Microsoft Defender for Endpoint Tech Community](https://techcommunity.microsoft.com/category/microsoft-defender-for-endpoint/discussions/microsoftdefenderatp)
230+
> [!TIP]
231+
> Do you want to learn more? Engage with the Microsoft Security community in our Tech Community: [Microsoft Defender for Endpoint Tech Community](https://techcommunity.microsoft.com/category/microsoft-defender-for-endpoint/discussions/microsoftdefenderatp)

defender-endpoint/microsoft-defender-core-service-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: yongrhee
88
ms.service: defender-endpoint
99
ms.subservice: ngp
1010
ms.topic: overview
11-
ms.date: 11/25/2024
11+
ms.date: 06/30/2025
1212
search.appverid: met150
1313
ms.localizationpriority: medium
1414
audience: ITPro
@@ -179,13 +179,13 @@ On the script page of the Run Script wizard, choose your script from the list (M
179179
2. Use the `Set-MpPreferences -DisableCoreServiceECSIntegration` $true or $false command, where `$false` = enabled and `$true` = disabled. For example:
180180

181181
```powershell
182-
Set-MpPreferences -DisableCoreServiceECSIntegration $false
182+
Set-MpPreference -DisableCoreServiceECSIntegration $false
183183
```
184184

185-
3. Use the `Set-MpPreferences -DisableCoreServiceTelemetry` $true or $false command, for example:
185+
3. Use the `Set-MpPreference -DisableCoreServiceTelemetry` $true or $false command, for example:
186186

187187
```powershell
188-
Set-MpPreferences -DisableCoreServiceTelemetry $true
188+
Set-MpPreference -DisableCoreServiceTelemetry $true
189189
```
190190

191191
#### Use the Registry to update the policies for Microsoft Defender Core service.

0 commit comments

Comments
 (0)