diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-06-03 23:00:26 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-06-03 23:00:26 +0000 |
commit | d3ee41619cae00085f555e92ca0a94816a3f69e8 (patch) | |
tree | 64c07fbcb2a0d34c013113f3b0ad72fc8cfe9064 /ChangeLog | |
parent | 147e439c942175c7e2e576ed8bd6bcbb33c05fb9 (diff) | |
download | tor-d3ee41619cae00085f555e92ca0a94816a3f69e8.tar.gz tor-d3ee41619cae00085f555e92ca0a94816a3f69e8.zip |
r13186@catbus: nickm | 2007-06-03 19:00:20 -0400
Bind ports before setuid/setgid.
svn:r10473
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ Changes in version 0.2.0.3-alpha - 2007-??-?? - o Minor bugfixes (): + o Minor features: + - Create listener connections before we setuid to the configured User and + Group. This way, you can choose port values under 1024, start Tor as + root, and have Tor bind those ports before it changes to another UID. + + o Minor bugfixes (dns): - Fix a crash when DNSPort is set more than once. (Patch from Robert Hogan.) |