Configuring exclusions through Kaspersky Security Center
Configure scan exclusions for the following task types:
To configure exclusions for scan tasks using Kaspersky Security Center:
In the Application settings section, select the Scan settings tab, and under Exclusion scopes, click the Configure exclusions link.
This opens a window with a list of exclusion scopes.
ksmg-var
Local
/var/opt/kaspersky/ksmg
To finish adding the new exclusion scope, click OK.
ksmg-tmp
Local
/tmp/ksmgtmp
To finish adding the new exclusion scope, click OK.
ksmg-filter
Local
/tmp/ksmg_filter
To finish adding the new exclusion scope, click OK.
Exclusions for scan tasks are configured.
Configuring exclusions using the command line
Configure scan exclusions for the following tasks:
To configure exclusions for scan tasks using the command line:
kesl-control --get-settings <task name> --file <full path to the file>
[ExcludedFromScanScope.item_<item number>]
Path=/var/opt/kaspersky/ksmg
[ExcludedFromScanScope.item_<item number>]
Path=/tmp/ksmgtmp
[ExcludedFromScanScope.item_<item number>]
Path=/tmp/ksmg_filter
where <item number>
is the ordinal number of the ExcludedFromScanScope section. Numbering starts at zero.
kesl-control --set-settings <task name> --file <full path to the file>
Exclusions for scan tasks are configured.
Page top