Skip to content

Commit 5307a45

Browse files
committed
Update linux-install-manually.md
1 parent db76498 commit 5307a45

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

defender-endpoint/linux-install-manually.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Download the onboarding package from Microsoft Defender portal.
194194
> To run this command, you must have `python` or `python3` installed on the device depending on the distro and version. If needed, see [Step-by-step Instructions for Installing Python on Linux](https://opensource.com/article/20/4/install-python-linux).
195195
196196
> [!NOTE]
197-
> To onboard a device that was previously offboarded you must remove the mdatp_offboard.json file located at /etc/opt/microsoft/mdatp.
197+
> To onboard a device that was previously offboard, you must remove the mdatp_offboard.json file located at /etc/opt/microsoft/mdatp.
198198
199199
If you're running RHEL 8.x or Ubuntu 20.04 or higher, you need to use `python3`.
200200

@@ -221,11 +221,11 @@ Download the onboarding package from Microsoft Defender portal.
221221
```
222222

223223
> [!IMPORTANT]
224-
> When the product starts for the first time, it downloads the latest anti-malware definitions. This process may take up to a few minutes depending on the network connectivity. During this time, the command mentioned earlier returns a value of `false`. You can check the status of the definition update using the following command:
224+
> When the product starts for the first time, it downloads the latest anti-malware definitions. This process might take up to a few minutes depending on the network connectivity. During this time, the command mentioned earlier returns a value of `false`. You can check the status of the definition update using the following command:
225225
>
226226
> `mdatp health --field definitions_status`
227227
>
228-
> Note that you may also need to configure a proxy after completing the initial installation. See [Configure Defender for Endpoint on Linux for static proxy discovery: Post-installation configuration](linux-static-proxy-configuration.md#post-installation-configuration).
228+
> You might also need to configure a proxy after completing the initial installation. See [Configure Defender for Endpoint on Linux for static proxy discovery: Post-installation configuration](linux-static-proxy-configuration.md#post-installation-configuration).
229229
230230
1. Run an AV detection test to verify that the device is properly onboarded and reporting to the service. Perform the following steps on the newly onboarded device:
231231

@@ -280,7 +280,7 @@ The following external package dependencies exist for the mdatp package:
280280
281281
> [!NOTE]
282282
> 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.
283-
> 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 other dependencies on the auditd package exist for mdatp:
283+
> If eBPF isn't 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 other dependencies on the auditd package exist for mdatp:
284284
> - The mdatp RPM package requires `audit`, `semanage`.
285285
> - For DEBIAN, the mdatp package requires `auditd`.
286286
> - For Mariner, the mdatp package requires `audit`.

0 commit comments

Comments
 (0)