Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Allow
clamd
to start normally when a whitelist is present.
The given functionality was introduced in the [following commit](e4fe665) and after taking a look at the [cli_cvdverify](https://github.com/Cisco-Talos/clamav/blob/e4fe6654c1618bacf3bff9ed64c52615c8c53a97/libclamav/cvd.c#L530) function I believe it is meant to verify only CVDs. That is, it throws an error when encountering a clear text (whitelist, `ign`,`.ign2`) file. I mimicked the way the allowed extensions in the Database folder were handled, and excluded the 2 clear text extensions mentioned above. This has locally allowed for the normal execution of `clamd`.
- Loading branch information