Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions defender-endpoint/linux-preferences.md
Original file line number Diff line number Diff line change
Expand Up @@ -446,17 +446,17 @@ Configure filesystems to be unmonitored/excluded from real-time protection (RTP)
> [!NOTE]
> Configured filesystem is unmonitored only if it's present in Microsoft's list of permitted unmonitored filesystems.

By default, NFS and Fuse are unmonitored from RTP, Quick, and Full scans. However, they can still be scanned by a custom scan. For example, to remove NFS from the list of unmonitored filesystems list, update the managed config file as shown below. This will automatically add NFS to the list of monitored filesystems for RTP.
By default, `cifs`, `fuse`, `nfs`, `nfs4`, `smb` are unmonitored from RTP, Quick, and Full scans. However, they can still be scanned by a custom scan. For example, to remove NFS(all versions) from the list of unmonitored filesystems list, update the managed config file as shown below. This will automatically add NFS to the list of monitored filesystems for RTP.

```JSON
{
"antivirusEngine":{
"unmonitoredFilesystems": ["Fuse"]
"unmonitoredFilesystems": ["cifs", "fuse", "smb"]
}
}
```

To remove both NFS and Fuse from unmonitored list of filesystems, use the following snippet:
To remove all entries from unmonitored list of filesystems, use the following snippet:

```JSON
{
Expand Down Expand Up @@ -1126,4 +1126,4 @@ To verify that your `/etc/opt/microsoft/mdatp/managed/mdatp_managed.json` is wor

Once you've built the configuration profile for your enterprise, you can deploy it through the management tool that your enterprise is using. Defender for Endpoint on Linux reads the managed configuration from `/etc/opt/microsoft/mdatp/managed/mdatp_managed.json`.

[!INCLUDE [Microsoft Defender for Endpoint Tech Community](../includes/defender-mde-techcommunity.md)]
[!INCLUDE [Microsoft Defender for Endpoint Tech Community](../includes/defender-mde-techcommunity.md)]