Package: squidguard
Version: 1.6.0-2
Severity: normal
Tags: patch

Dear Maintainer,
* The problem exists on Debian 10 and Debian 11 when Squidguard tries to access
DATADIR as a symlink.
* I have fixed the problem by changing it from (file /usr/sbin/update-
squidguard line 75)
   find ${DATADIR} -type d
   to
   find ${DATADIR}/ -type d
* And now it is possible that Squidguard can access symlinks in DATADIR.

Reply via email to