Hello, I am running into a bug/error when adding an ExcludePath to my clamd.conf
I am running Ubuntu 20.04.2, with clamav 0.103.1(from source)
When I add the line: ExlucudePath .*\.sys$, the following issues occur when running the command "clamdscan -m --fdpass /path/to/mounted/filesystem
*Note: This error occurs only when using the -m parameter in combination with --fdpass against a Mounted filesystem other than the main harddrive*

Running it against my home directory
image.png
Running it against a mounted filesystem with data in it
image.png
I tested this on over 50 different mounted filesystem, and the same error occurs.

Is there any fix to this?