-
- Downloads
Do not chown/chmod everything in /var/{run,lib,log}/tor
Since the dawn of time (0.0.2pre19-1, January 2004), the postinst script has changed ownership and permissions of various trees like /var/lib/tor, /var/run/tor, and /var/log/tor, sometimes recursively. It turns out this actually is a security issue, so try to be more conservative when fixing up modes and only chown/chgrp /var/{lib,log,run}/tor directly, never recursively.