Skip to content

Commit af04f5c

Browse files
Learn Editor: Update linux-exclusions.md
1 parent a310665 commit af04f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defender-endpoint/linux-exclusions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The following table shows the exclusion types supported by Defender for Endpoint
7070
|File extension|All files with the extension, anywhere on the device (not available for global exclusions) |`.test`|
7171
|File|A specific file identified by the full path|`/var/log/test.log`<br/>`/var/log/*.log`<br/>`/var/log/install.?.log`|
7272
|Folder|All files under the specified folder (recursively)|`/var/log/`<br/>`/var/*/`|
73-
|Process|A specific process (specified either by the full path or file name) and all files opened by it.<br/>*For antivirus exclusions exclusion can be added using either a full path or file name but for global exclusions please only use full and trusted process launch path.*|`/bin/cat`<br/>`cat`<br/>`c?t`|
73+
|Process|A specific process (specified either by the full path or file name) and all files opened by it.<br/>A*ntivirus exclusions can be added using either a full path or file name but for global exclusions please only use full and trusted process launch path.*|`/bin/cat`<br/>`cat`<br/>`c?t`|
7474

7575
> [!IMPORTANT]
7676
> 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>`. When implementing global process exclusions, exclude only what is necessary to ensure system reliability and security. Verify that the process is known and trusted, specify the complete path to the process location, and confirm that the process will consistently launch from the same trusted full path.

0 commit comments

Comments
 (0)