commit 00a4d84d95c32f118b102d8b13a3fb3fe00772b4 Author: Arturo Filastò art@fuffa.org Date: Thu Jun 6 21:10:41 2013 +0200
Priviledges are already dropped when we start Tor --- oonib/runner.py | 2 -- 1 file changed, 2 deletions(-)
diff --git a/oonib/runner.py b/oonib/runner.py index e66aab1..a6b479f 100644 --- a/oonib/runner.py +++ b/oonib/runner.py @@ -72,8 +72,6 @@ def startTor():
torconfig = TorConfig() torconfig.SocksPort = config.main.socks_port - if config.main.uid: - torconfig.User = config.main.uid if config.main.tor2webmode: torconfig.Tor2webMode = 1 torconfig.CircuitBuildTimeout = 60
tor-commits@lists.torproject.org