Skip to content

Commit aff741f

Browse files
committed
Update linux-exclusions.md
1 parent c9006f8 commit aff741f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

defender-endpoint/linux-exclusions.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -312,21 +312,21 @@ mdatp exclusion folder add --path "/var/*/tmp"
312312

313313
The previous command excludes paths under `*/var/*/tmp/*`, but not folders that are siblings of `*tmp*`. For example, `*/var/this-subfolder/tmp*` is excluded, but `*/var/this-subfolder/log*` isn't excluded.
314314

315-
```bash
316-
mdatp exclusion folder add --path "/var/" --scope epp
317-
```
318-
OR
315+
```bash
316+
mdatp exclusion folder add --path "/var/" --scope epp
317+
```
319318

320-
```bash
321-
mdatp exclusion folder add --path "/var/*/" --scope epp
322-
```
319+
OR
320+
321+
```bash
322+
mdatp exclusion folder add --path "/var/*/" --scope epp
323+
```
323324

324-
> [!NOTE]
325-
> This excludes all paths whose parent is */var/*; for example, */var/this-subfolder/and-this-subfolder-as-well*.
325+
The previous command excludes all paths whose parent is `*/var/*`, such as `*/var/this-subfolder/and-this-subfolder-as-well*`.
326326

327-
```console
328-
Folder exclusion configured successfully
329-
```
327+
```console
328+
Folder exclusion configured successfully
329+
```
330330

331331
- Add an exclusion for a process:
332332

0 commit comments

Comments
 (0)