Re: [clamav-users] clamdscan troubleshooting

2015-11-23 Thread Matus UHLAR - fantomas
: Saturday, November 21, 2015 13:02 To: ClamAV users ML Subject: Re: [clamav-users] clamdscan troubleshooting Daniel, You might want to look at these two SELinux booleans: antivirus_can_scan_system antivirus_use_jit You can use 'getsebool': $ getsebool antivirus_can_s

Re: [clamav-users] clamdscan troubleshooting

2015-11-21 Thread Daniel L. Srebnick
Bond Masuda Sent: Saturday, November 21, 2015 13:02 To: ClamAV users ML Subject: Re: [clamav-users] clamdscan troubleshooting Daniel, You might want to look at these two SELinux booleans: antivirus_can_scan_system antivirus_use_jit You can use 'getsebool': $ getsebool antivirus_can_s

Re: [clamav-users] clamdscan troubleshooting

2015-11-21 Thread Daniel L. Srebnick
Interesting...clamdscan works with --fdpass but not without. [me@~]$ clamdscan -c /etc/clamd.d/scan.conf eicar.txt /home/me/eicar.txt: lstat() failed: Permission denied. ERROR --- SCAN SUMMARY --- Infected files: 0 Total errors: 1 Time: 0.001 sec (0 m 0 s) You have new mail in

Re: [clamav-users] clamdscan troubleshooting

2015-11-21 Thread Daniel L. Srebnick
I have set selinux to permissive to rule that out. -Original Message- From: clamav-users [mailto:clamav-users-boun...@lists.clamav.net] On Behalf Of Bond Masuda Sent: Saturday, November 21, 2015 13:02 To: ClamAV users ML Subject: Re: [clamav-users] clamdscan troubleshooting Daniel, You

Re: [clamav-users] clamdscan troubleshooting

2015-11-21 Thread Bond Masuda
Daniel, You might want to look at these two SELinux booleans: antivirus_can_scan_system antivirus_use_jit You can use 'getsebool': $ getsebool antivirus_can_scan_system antivirus_can_scan_system --> on And you can use 'setsebool' to toggle the boolean setting. Additionally, see man page for c