Make Acrolinx happy

This commit is contained in:
Tudor Dobrila
2020-04-02 17:19:08 -07:00
parent 6408df8b3e
commit 4c90d09448
2 changed files with 11 additions and 11 deletions

View File

@ -41,17 +41,17 @@ The follow table shows the exclusion types supported by Microsoft Defender ATP f
Exclusion | Definition | Examples Exclusion | Definition | Examples
---|---|--- ---|---|---
File extension | All files with the extension, anywhere on the machine | .test File extension | All files with the extension, anywhere on the machine | `.test`
File | A specific file identified by the full path | /var/log/test.log<br/>/var/log/*.log<br/>/var/log/install.?.log File | A specific file identified by the full path | `/var/log/test.log`<br/>`/var/log/*.log`<br/>`/var/log/install.?.log`
Folder | All files under the specified folder | /var/log/<br/>/var/*/ Folder | All files under the specified folder | `/var/log/`<br/>`/var/*/`
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 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`
File, folder, and process exclusions support the following wilcards: File, folder, and process exclusions support the following wildcards:
Wildcard | Description | Example | Matches Wildcard | Description | Example | Matches
---|---|---|--- ---|---|---|---
\* | Matches any number of any characters including none | /var/\*/\*.log | /var/log/system.log \* | Matches any number of any characters including none | `/var/\*/\*.log` | `/var/log/system.log`
? | Matches any single character | file?.log | file1.log<br/>file2.log ? | Matches any single character | `file?.log` | `file1.log`<br/>`file2.log`
## How to configure the list of exclusions ## How to configure the list of exclusions

View File

@ -41,10 +41,10 @@ The follow table shows the exclusion types supported by Microsoft Defender ATP f
Exclusion | Definition | Examples Exclusion | Definition | Examples
---|---|--- ---|---|---
File extension | All files with the extension, anywhere on the machine | .test File extension | All files with the extension, anywhere on the machine | `.test`
File | A specific file identified by the full path | /var/log/test.log File | A specific file identified by the full path | `/var/log/test.log`
Folder | All files under the specified folder | /var/log/ Folder | All files under the specified folder | `/var/log/`
Process | A specific process (specified either by the full path or file name) and all files opened by it | /bin/cat<br/>cat Process | A specific process (specified either by the full path or file name) and all files opened by it | `/bin/cat`<br/>`cat`
## How to configure the list of exclusions ## How to configure the list of exclusions