diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-06-03 23:38:20 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-06-03 23:38:20 +0000 |
commit | cb0324c400189bbbd79c2cd40eee1c9c77121765 (patch) | |
tree | b3a07c948650d2f14db559c3ab203a60b32b01cd /ChangeLog | |
parent | 6d447e04a23bdcb368151edd08393e6a028277b9 (diff) | |
download | tor-cb0324c400189bbbd79c2cd40eee1c9c77121765.tar tor-cb0324c400189bbbd79c2cd40eee1c9c77121765.tar.gz |
r13191@catbus: nickm | 2007-06-03 19:38:18 -0400
Set umask(0700) when starting tor-gencert; resolves bug 445.
svn:r10475
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ Changes in version 0.2.0.3-alpha - 2007-??-?? - 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. + - tor-gencert creates all files visible to the file creator only. o Minor bugfixes (dns): - Fix a crash when DNSPort is set more than once. (Patch from Robert |