Add more info around allowed threat management

This commit is contained in:
Tudor Dobrila 2019-09-24 17:59:14 -07:00
parent cc6b952ad1
commit c8e9a1e962

View File

@ -149,6 +149,16 @@ Used to exclude content from the scan by file name.
| **Possible values** | any string | | **Possible values** | any string |
| **Comments** | Applicable only if *$type* is *excludedFileName* | | **Comments** | Applicable only if *$type* is *excludedFileName* |
#### Allowed threats
List of threats (identified by their name) that are not blocked by the product and are instead allowed to run.
|||
|:---|:---|
| **Domain** | com.microsoft.wdav |
| **Key** | allowedThreats |
| **Data type** | Array of strings |
#### Threat type settings #### Threat type settings
The *threatTypeSettings* preference in the antivirus engine is used to control how certain threat types are handled by the product. The *threatTypeSettings* preference in the antivirus engine is used to control how certain threat types are handled by the product.
@ -425,7 +435,7 @@ The following configuration profile contains entries for all settings described
</array> </array>
<key>allowedThreats</key> <key>allowedThreats</key>
<array> <array>
<string>eicar</string> <string>EICAR-Test-File (not a virus)</string>
</array> </array>
<key>threatTypeSettings</key> <key>threatTypeSettings</key>
<array> <array>
@ -540,7 +550,7 @@ The following configuration profile contains entries for all settings described
</array> </array>
<key>allowedThreats</key> <key>allowedThreats</key>
<array> <array>
<string>eicar</string> <string>EICAR-Test-File (not a virus)</string>
</array> </array>
<key>threatTypeSettings</key> <key>threatTypeSettings</key>
<array> <array>