Skip to content

Commit 09c0fe0

Browse files
committed
Update linux-exclusions.md
1 parent f3503ab commit 09c0fe0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

defender-endpoint/linux-exclusions.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ Antivirus exclusions can be used to exclude trusted files and processes from rea
6363

6464
The following table shows the exclusion types supported by Defender for Endpoint on Linux.
6565

66-
Exclusion|Definition|Examples
67-
---|---|---
68-
File extension|All files with the extension, anywhere on the device (not available for global exclusions) |`.test`
69-
File|A specific file identified by the full path|`/var/log/test.log`<br/>`/var/log/*.log`<br/>`/var/log/install.?.log`
70-
Folder|All files under the specified folder (recursively)|`/var/log/`<br/>`/var/*/`
71-
Process|A specific process (specified either by the full path or file name) and all files opened by it|`/bin/cat`<br/>`cat`<br/>`c?t`
66+
|Exclusion|Definition|Examples|
67+
|---|---|---|
68+
|File extension|All files with the extension, anywhere on the device (not available for global exclusions) |`.test` |
69+
|File|A specific file identified by the full path|`/var/log/test.log`<br/>`/var/log/*.log`<br/>`/var/log/install.?.log` |
70+
| Folder|All files under the specified folder (recursively)|`/var/log/`<br/>`/var/*/` |
71+
| Process|A specific process (specified either by the full path or file name) and all files opened by it|`/bin/cat`<br/>`cat`<br/>`c?t` |
7272

7373
> [!IMPORTANT]
7474
> The paths used must be hard links, not symbolic links, in order to be successfully excluded. You can check if a path is a symbolic link by running `file <path-name>`.

0 commit comments

Comments
 (0)