I'm having some issues verifying a clamav install under FC 22.
I am doing some testing using clamdscan and have been running into some kind
of permission error as far as I can tell. For now, I have set selinux to
permissive to eliminate that as an issue.
I have an eicar.com file that I hav
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
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
Whenever I compile ClamAV with 'unrar' support, it seems to be the
case that "libclamunrar_iface.so.6.1.26" is automatically included
along with "libclamunrar.so.6.1.26" and the associated symbolic links
and '.la' files.
Since my use of ClamAV never detected any '.rar' files containing
malware, I
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
Hi guys,
I am trying to scan some files using clamav from a java app using libclamav. It
was working fine. But now, every hit returns false value. EICAR files are
pushing log entries and returns false. But for other normal files no log entry
is generated, but method invocation returns false. Ple
To followup, I found that clamdscan works with either --fdpass or --stream.
If one of those parameters is not included on the command linem then I get
the permissions error.
Regards,
Dan
-Original Message-
From: clamav-users [mailto:clamav-users-boun...@lists.clamav.net] On Behalf
Of Bon
As I told the OP, I don’t think you will find any answers here. libclamav.jar
appears to be a third party development that hasn’t been supported for over
five years.
-Al-
On Sat, Nov 21, 2015 at 04:33 PM, kk nair wrote:
>
> Hi guys,
> I am trying to scan some files using clamav from a java ap