Skip to content

Commit 96ae556

Browse files
committed
Update linux-exclusions.md
1 parent 90f1bf1 commit 96ae556

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

defender-endpoint/linux-exclusions.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -368,18 +368,19 @@ mdatp exclusion process remove --name cat --scope epp
368368
Process exclusion removed successfully
369369
```
370370

371-
- Add an exclusion for a second process:
371+
#### Example 7: Add an exclusion for a second process
372372

373-
```bash
374-
mdatp exclusion process add --name cat --scope epp
375-
mdatp exclusion process add --path /usr/bin/dog --scope global
376-
```
373+
You can add an exclusion for a second process.
377374

378-
```console
379-
Process exclusion configured successfully
380-
```
381-
375+
```bash
376+
mdatp exclusion process add --name cat --scope epp
377+
mdatp exclusion process add --path /usr/bin/dog --scope global
378+
```
382379

380+
```console
381+
Process exclusion configured successfully
382+
```
383+
383384
## Validate exclusions lists with the EICAR test file
384385

385386
You can validate that your exclusion lists are working by using `curl` to download a test file.

0 commit comments

Comments
 (0)