Onionized-repositories & tor process in appvms

i realized that the /usr/bin/tor process makes some connections in appvms, I guess because of the onionized repositories I use.

  1. Is this assumption right?
  2. Is it a good idea to block that process from running in appvms (i assume it is only needed in templates)? If yes, how?
1 Like

Answer to myself:

  1. yes the assumption is right
  2. Yes it is a good idea. It can be disabled by appending ‘systemctl stop tor’ in /rw/config/rc.local in the appvms
1 Like