diff --git a/defender-endpoint/linux-preferences.md b/defender-endpoint/linux-preferences.md index 84b1ad4fc7..132a331992 100644 --- a/defender-endpoint/linux-preferences.md +++ b/defender-endpoint/linux-preferences.md @@ -62,6 +62,7 @@ Specifies the enforcement preference of antivirus engine. There are three values - Real-time (`real_time`): Real-time protection (scan files as they're modified) is enabled. - On-demand (`on_demand`): Files are scanned only on demand. In this: - Real-time protection is turned off. + - Definition updates occur only when a scan starts, even if `automaticDefinitionUpdateEnabled` is set to `true` in on-demand mode. - Passive (`passive`): Runs the antivirus engine in passive mode. In this case, all of the following apply: - Real-time protection is turned off: Threats are not remediated by Microsoft Defender Antivirus. - On-demand scanning is turned on: Still use the scan capabilities on the endpoint. @@ -626,6 +627,7 @@ Determines whether security intelligence updates are installed automatically: |**Data type**|Boolean|Drop down| |**Possible values**|`true` (default)

`false`|Not configured
Disabled
Enabled (Default)| +Depending on the enforcement level, the automatic security intelligence updates are installed differently. In RTP mode, updates are installed periodically. In Passive/ On-Demand mode updates are installed before every scan. ### Advanced optional features