Skip to content

Commit 874404a

Browse files
committed
Learn Editor: Update linux-support-ebpf.md
1 parent 511408e commit 874404a

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

defender-endpoint/linux-support-ebpf.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,15 +139,21 @@ uname -a
139139
- Use a kernel version higher or lower than **5.15.0-0.30.20.el8uek.x86_64, 5.15.0-0.30.20.1.el8uek.x86_64** on Oracle Linux 8.8 if you want to use eBPF as supplementary subsystem provider. The minimum kernel version for Oracle Linux is RHCK 3.10.0 and Oracle Linux UEK is 5.4.
140140
- Switch to AuditD mode if you need to use the same kernel version
141141

142-
```bash
143-
sudo mdatp config ebpf-supplementary-event-provider --value disabled
144-
```
142+
```bash
143+
sudo mdatp config ebpf-supplementary-event-provider --value disabled
144+
```
145+
146+
- The following two sets of data help analyze potential issues and determine the most effective resolution options.
147+
148+
1. Collect a diagnostic package from the client analyzer tool by using the following instructions: [Troubleshoot performance issues for Microsoft Defender for Endpoint on Linux](linux-support-perf.md).
145149

146-
The following two sets of data help analyze potential issues and determine the most effective resolution options.
150+
2. Collect a debug diagnostic package when Defender for Endpoint is utilizing high resources by using the following instructions: [Microsoft Defender for Endpoint on Linux resources](linux-resources.md#collect-diagnostic-information).
147151

148-
1. Collect a diagnostic package from the client analyzer tool by using the following instructions: [Troubleshoot performance issues for Microsoft Defender for Endpoint on Linux](linux-support-perf.md).
152+
3. System hangs on Oracle Linux 7.9 running Defender for Linux when ksplice is used for live kernel patching.
149153

150-
2. Collect a debug diagnostic package when Defender for Endpoint is utilizing high resources by using the following instructions: [Microsoft Defender for Endpoint on Linux resources](linux-resources.md#collect-diagnostic-information).
154+
- Auto-install patching of ksplice simply adds a cron job to the endpoint.
155+
- To mitigate the hang issue, you can create a cron job which will first stop the mdatp service, apply ksplice based patching, then start the service.
156+
- As kernel patching is few seconds activity so this will not have major exposure in terms of security.
151157

152158
#### Troubleshooting performance issues
153159

0 commit comments

Comments
 (0)