___
clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users
Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq
http://www.clamav.net/contact.html#ml
1. You’re excluding root in the config so you won’t be able to prevent from
accessing malicious files.
1A. You shouldn’t run clamd as root. run it as another user (like “clamav” or
“clamd”)
2. You are limiting it to only scan files in /home on-access
2A. You would likely want it to scan the enti
HiThank you for your supportoutput of clamconf -n: Config file: clamd.conf---LogFile = "/var/log/clamav/clamav.log"LogFileMaxSize = "5242880"LogTime = "yes"LogClean = "yes"LogSyslog = "yes"LogRotate = "yes"ExtendedDetectionInfo = "yes"LocalSocket = "/tmp/clamd.socket"LocalSocket
HiThank you for your supportoutput of clamconf -n: Config file: clamd.conf---LogFile = "/var/log/clamav/clamav.log"LogFileMaxSize = "5242880"LogTime = "yes"LogClean = "yes"LogSyslog = "yes"LogRotate = "yes"ExtendedDetectionInfo = "yes"LocalSocket = "/tmp/clamd.socket"LocalSocket
Hi there,
On Sun, 13 Mar 2022, Mohsen Ghahremani via clamav-users wrote:
I run clamd and clamonacc with root user and clamd.conf file is
configured as follows:
User root
OnAccessIncludePath / home
OnAccessExcludeUname root
OnAccessPrevention yes
This is not sufficient info
Hello good timeI run clamd and clamonacc with root user and clamd.conf file is configured as follows: User rootOnAccessIncludePath / homeOnAccessExcludeUname rootOnAccessPrevention yes In this case, if I run a malicious file with other users, clamav prevents it from running, and if