Dear Maintainer,
i've tried to use as 'usual' squidguard in my squid configuration, but squid simply
start filling logs (syslog and squid's cache.log) with:
2024/03/01 14:22:59 kid1| Starting new helpers
2024/03/01 14:22:59 kid1| helperOpenServers: Starting 1/10 'squidGuard' processes
2024/03/01 14:22:59 kid2| ipcCreate: /usr/bin/squidGuard: (13) Permission denied
2024/03/01 14:22:59 kid2| WARNING: redirector #Hlpr175 exited
after fiddling a bit, i've found that the guilty is apparmor squid profile (so,
i've not clear if this is a squidguard or a squid bug, indeed ;-).
I've simply done:
aa-disable /etc/apparmor.d/usr.sbin.squid
and now squid (and squidguard) run as expected.
I've also looked around and seems that there's an ubuntu bug opened:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1787409
Thanks.