Tor dentro un container privilegiato

Tor non è in grado di girare in un container unprivileged, ma anche con un container normale ha qualche problemino.

Se avete appena installato e configurato tor, noterete che:

  • sotto /var/lib/tor/hidden_service/ non c’è nulla
  • sotto /var/log/tor non c’è nulla
  • systemctl status tor benchè dica che il demone è avviato, riporta un errore tipo Failure to reset devices.list, come se ci trovassimo in un container unpriviliged

Per ovviare, occorre disabilitare AppArmor per il demone tor:

mkdir /etc/systemd/system/tor@default.service.d/
(echo "[Service]"; echo "AppArmorProfile=") > etc/systemd/system/tor@default.service.d/override.conf
systemctl daemon-reload
service tor restart

Leave a Reply

Your email address will not be published. Required fields are marked *

© 2024 Bertorello.info | WordPress Theme : ScrollMe

By continuing to use the site, you agree to the use of cookies. more information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close