Re: [clamav-users] Contents of clamav-users digest..."

2022-03-13 Thread orsobianco9
___ 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

Re: [clamav-users] Prevent root users from running infected files

2022-03-13 Thread Maarten Broekman via clamav-users
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

Re: [clamav-users] Prevent root users from running infected files

2022-03-13 Thread Mohsen Ghahremani via clamav-users
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

Re: [clamav-users] Prevent root users from running infected files

2022-03-13 Thread Mohsen Ghahremani via clamav-users
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

Re: [clamav-users] Prevent root users from running infected files

2022-03-13 Thread G.W. Haywood via clamav-users
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

[clamav-users] Prevent root users from running infected files

2022-03-13 Thread Mohsen Ghahremani via clamav-users
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