Skip to content

Commit cbb8c91

Browse files
authored
Merge branch 'main' into WI485765-standardizing-applies-to-mde-docs
2 parents fbeaa17 + 5e289a4 commit cbb8c91

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

defender-endpoint/linux-preferences.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -445,17 +445,18 @@ Configure filesystems to be unmonitored/excluded from real-time protection (RTP)
445445
> [!NOTE]
446446
> Configured filesystem is unmonitored only if it's present in Microsoft's list of permitted unmonitored filesystems.
447447
448-
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.
448+
By default, `cifs`, `fuse`, `nfs`, `nfs4` and `smb` are unmonitored from RTP, Quick, and Full scans. However, they can still be scanned by a custom scan. For example, to remove `nfs` and `nfs4` from the list of unmonitored filesystems list, update the managed config file as shown below. This will add `nfs`/`nfs4` to the list of monitored filesystems for RTP.
449+
Currently monitoring `nfs4`, `cifs` and `smb` filesystems is in preview mode for RTP mode.
449450

450451
```JSON
451452
{
452453
"antivirusEngine":{
453-
"unmonitoredFilesystems": ["Fuse"]
454+
"unmonitoredFilesystems": ["cifs","fuse","smb"]
454455
}
455456
}
456457
```
457458

458-
To remove both NFS and Fuse from unmonitored list of filesystems, use the following snippet:
459+
To remove all entries from unmonitored list of filesystems, use the following snippet:
459460

460461
```JSON
461462
{

0 commit comments

Comments
 (0)