Skip to content

Commit c4371bf

Browse files
authored
Merge pull request #2018 from lakshmyav/docs-editor/linux-install-manually-1732619498
Some minor changes related to auditd support and version numbers
2 parents 57bd08e + 9892b0c commit c4371bf

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

defender-endpoint/linux-install-manually.md

Lines changed: 11 additions & 4 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: 10/28/2024
18+
ms.date: 12/02/2024
1919
---
2020

2121
# Deploy Microsoft Defender for Endpoint on Linux manually
@@ -495,9 +495,16 @@ Download the onboarding package from Microsoft Defender portal.
495495
496496
The following external package dependencies exist for the mdatp package:
497497
498-
- The mdatp RPM package requires `glibc >= 2.17`, `audit`, `policycoreutils`, `semanage` `selinux-policy-targeted`, `mde-netfilter`
499-
- For DEBIAN the mdatp package requires `libc6 >= 2.23`, `uuid-runtime`, `auditd`, `mde-netfilter`
500-
- For Mariner the mdatp package requires `attr`, `audit`, `diffutils`, `libacl`, `libattr`, `libselinux-utils`, `selinux-policy`, `policycoreutils`, `mde-netfilter`
498+
- The mdatp RPM package requires `glibc >= 2.17`, `policycoreutils`, `selinux-policy-targeted`, `mde-netfilter`
499+
- For DEBIAN the mdatp package requires `libc6 >= 2.23`, `uuid-runtime`, `mde-netfilter`
500+
- For Mariner the mdatp package requires `attr`, `diffutils`, `libacl`, `libattr`, `libselinux-utils`, `selinux-policy`, `policycoreutils`, `mde-netfilter`
501+
502+
> [!NOTE]
503+
> Starting with version `101.24082.0004`, Defender for Endpoint on Linux no longer supports the `Auditd` event provider. We're transitioning completely to the more efficient eBPF technology.
504+
> If eBPF is not supported on your machines, or if there are specific requirements to remain on Auditd, and your machines are using Defender for Endpoint on Linux version `101.24072.0001` or lower, the following additional dependency on the auditd package exists for mdatp:
505+
> - The mdatp RPM package requires `audit`, `semanage`.
506+
> - For DEBIAN the mdatp package requires `auditd`.
507+
> - For Mariner the mdatp package requires `audit`.
501508
502509
The mde-netfilter package also has the following package dependencies:
503510

0 commit comments

Comments
 (0)