Squid nimmt whitelist nicht

Gemeinsam ins Internet mit Firewall und Proxy.
Antworten
wranger
Beiträge: 21
Registriert: 25.11.2004 13:38:46

Squid nimmt whitelist nicht

Beitrag von wranger » 03.03.2022 17:06:01

Moin,

ich habe gerade ein Update von Debian 10 auf 11 gemacht, nach dem Update findet der Squid meine Whitelist nicht mehr.

Hat vielleicht noch einer eine Idee dazu?

Code: Alles auswählen

acl whitelist dstdomain "/tmp/test.txt"

ls -l 
-rwxrwxrwx 1 proxy proxy 10  3. Mär 16:19 /tmp/test.txt

2022/03/03 17:03:44 kid1| ERROR: Can not open file /tmp/test.txt for reading
2022/03/03 17:03:44 kid1| Warning: empty ACL: acl whitelist dstdomain "/tmp/test.txt"


wranger
Beiträge: 21
Registriert: 25.11.2004 13:38:46

Re: Squid nimmt whitelist nicht

Beitrag von wranger » 04.03.2022 14:22:46

Alles sehr merkwürdig:

- Meine Konfig weggeschmissen
- Default Konfig importiert
- dpkg-reconfigure squid:

root@proxy-an:/etc/squid/conf.d# dpkg-reconfigure squid

Code: Alles auswählen


Setcap worked! /usr/lib/squid/pinger is not suid!
Job for squid.service failed because the control process exited with error code.
See "systemctl status squid.service" and "journalctl -xe" for details.

 FATAL: Unable to find configuration file: /etc/squid/conf.d/*: (2) No such file or director
Mal als user "proxy" nach der Datei gesucht, und gefunden

Code: Alles auswählen

proxy@proxy-an:~$ cat /tmp/test.txt 
.heise.de

ERROR: Can not open file /tmp/test.txt for reading
Müsste aber auch egal sein, da der Hauptprozess als root läuft

Als wenn er ein chroot gesetzt hätte oder so.

Antworten