Skip to content

Commit 1e8ed9b

Browse files
committed
Learn Editor: Update linux-preferences.md
1 parent ccf1b8b commit 1e8ed9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

defender-endpoint/linux-preferences.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -446,17 +446,17 @@ Configure filesystems to be unmonitored/excluded from real-time protection (RTP)
446446
> [!NOTE]
447447
> Configured filesystem is unmonitored only if it's present in Microsoft's list of permitted unmonitored filesystems.
448448
449-
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.
449+
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(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.
450450

451451
```JSON
452452
{
453453
"antivirusEngine":{
454-
"unmonitoredFilesystems": ["Fuse"]
454+
"unmonitoredFilesystems": ["cifs","fuse","smb"]
455455
}
456456
}
457457
```
458458

459-
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:
460460

461461
```JSON
462462
{

0 commit comments

Comments
 (0)