Made clamdscan use the --fdpass option.

This option is recommended as it is faster and permits to scan other
users' files. For a more detailed description see clamdscan(1).

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
pull/24/head
Mavridis Philippe 3 years ago
parent 26b1152b0d
commit 6e18c223b2
No known key found for this signature in database
GPG Key ID: F8D2D7E2F989A494

@ -489,7 +489,7 @@ void ScanViewer::slotScan(const TQStringList & filepattern, int mode, bool recur
config->setGroup("KlamavBackend");
TQString multiscanOption = config->readBoolEntry("ClamdMultiscan", true) ? " -m " : "";
kdDebug() << "clamdscan -v "
kdDebug() << "clamdscan -v --fdpass "
<< multiscanOption
<< "'" + m_filepattern.join("' '") + "'" << endl;

Loading…
Cancel
Save