Author Topic: Don't work excluding folders in Avast File Security for Linux  (Read 5275 times)

0 Members and 1 Guest are viewing this topic.

REDACTED

  • Guest
Hello.

I have Avast File Security for Linux
I have a parameter EXCL = "/root/work/virus" in conf file /etc/avast/fss.conf

But anyway, file with virus (for demo https://support.kaspersky.ru/common/diagnostics/7399) was removed http://take.ms/r27pd
fss.log
2018-06-22 11:06:58     /root/work/virus/test   /var/lib/avast/chest/test.PnuPRN        EICAR Test-NOT virus!!!
2018-06-22 11:10:45     /root/work/virus/test1  /var/lib/avast/chest/test1.ayWdu7       EICAR Test-NOT virus!!!


My configs files here
fss.conf
RUN_DIR = "/var/run/avast"
SOCKET = "/var/run/avast/scan.sock"
LOG_FILE = "/var/log/avast/fss.log"
CHEST = "/var/lib/avast/chest"
SCANNERS = 4
UNLIMITED_QUEUE = 0
;
[MONITORS]
; SCAN = "/some/path/to/monitor"
SCAN = "/root/work"
EXCL = "/root/work/virus"

avast.conf
RUN_DIR = "/var/run/avast"
TEMP_DIR = "/tmp"
DATA_DIR = "/var/lib/avast"
SOCKET = "/var/run/avast/scan.sock"
LICENSE = "/etc/avast/license.avastlic"
WHITELIST = "/etc/avast/whitelist.txt"
SUBMIT = "/var/lib/avast/Setup/submit"
;
[OPTIONS]
CREDENTIALS = 0
STATISTICS = 1
HEURISTICS = 1
STREAMING_UPDATES = 1

Why don't work excluding? Could you help me, please?

I found that excluding didn't work with LVM partition. I've got error avast-fss: Unexpected AV SCAN response code (451)! in syslog
« Last Edit: June 22, 2018, 04:46:21 PM by blogvic123 »