Contents
Configuring global exclusions
You can configure exclusion of mount points from file operation interception for the File Threat Protection and Anti-Cryptor components, as well as from scanning by the Malware Scan and Critical Areas Scan tasks. Exclusion of mount points allows you to exclude local or remote directories mounted on a device from interception of file operations. In addition, global exclusions affect the Removable Drives Scan task.
Configuring global exclusions in the Web Console
In the Web Console, you can configure use of global exclusions in the policy properties (Application settings → General settings → Global exclusions).
The table in the Global exclusions section contains mount points to be excluded from file operation interception.
The Path column displays the paths to the excluded mount points. The table is empty by default.
Adding a mount point exclusion window
Mount point settings
Setting |
Description |
---|---|
File system, access protocol, and path |
In this drop-down list, you can select the type of file system where the directories that you want to add to scan exclusions are located:
|
Access protocol |
You can select the remote access protocol in the drop-down list:
This drop-down list is available if the Mounted type is selected in the drop-down list of file systems. |
Path |
Field for entering the path to the mount point that you want to exclude from file operation interception. You can use masks to specify the path. This field is available if the Local type is selected in the drop-down list of file systems. |
Name of shared resource |
The field for entering the name of the file system shared resource, where the directories that you want to add to the file operation interception exclusions are located. The field is available if the Mounted type is selected in the File system drop-down list and the Custom item is selected in the Access protocol drop-down list. |
Configuring global exclusions in the Administration Console
In the Administration Console, you can configure use of global exclusions in the policy properties (General settings → Global exclusions).
The Excluded mount points group of settings contains a Configure button. Clicking this button opens the Excluded mount points window.
The list in the window contains the paths to the excluded mount points. By default, the list is empty.
You can add, edit, and delete items in the list.
Page topMount point path window
Mount point settings
Setting |
Description |
---|---|
File system, access protocol, and path |
The settings block lets you set the location of the mount point. In the drop-down list of file systems, you can select the type of file system where the directories that you want to add to scan exclusions are located:
|
If Mounted is selected in the drop-down list of file systems, you can select the remote access protocol in the drop-down list on the right:
|
|
If Local is selected in the drop-down list of file systems, then in the input field you can enter a path to a mount point that you want to exclude from file operation interception. You can use masks to specify the path. |
|
Filesystem name |
The field for entering the name of the file system where the directories that you to exclude from file operation interception are located. The field is available if the Mounted type is selected in the drop-down list of file systems and the Custom item is selected in the drop-down list on the right. |
Configuring global exclusions in the command line
You can define mount point exclusions in the command line via the ExcludedMountPoint.item_#
option in the general application settings.
You can edit the setting using command line options or a configuration file that contains all general application settings.
The ExcludedMountPoint.item_#
option accepts the following values:
AllRemoteMounted
— Exclude all remote directories mounted on the device using SMB and NFS protocols from file operation interception.Mounted:NFS
— Exclude all remote directories mounted on the device using the NFS protocol from file operation interception.Mounted:SMB
— Exclude all remote directories mounted on the device using the SMB protocol from file operation interception.Mounted:<
file system type
>
— Exclude all mounted directories with the specified file system type from file operation interception./mnt
— Exclude objects in the /mnt mount point (including subdirectories) from file operation interception. This directory is used as the temporary mount point for removable drives.<
path that contains the
/mnt/user*
or
/mnt/**/user_share>
— Exclude objects in mount points whose names contain the specified mask from file operation interception.
You can specify several mount points to exclude from scanning.
Mount points must be specified in the same way as they are displayed in the mount
command output.