[tor-commits] [oonib/master] Priviledges are already dropped when we start Tor
art at torproject.org
art at torproject.org
Fri Jun 7 23:24:06 UTC 2013
commit 00a4d84d95c32f118b102d8b13a3fb3fe00772b4
Author: Arturo Filastò <art at 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
More information about the tor-commits
mailing list