diff options
author | Jérémy Bobbio <lunar@debian.org> | 2011-09-07 18:51:24 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-09-07 15:49:01 -0400 |
commit | 58a0afe30f390988b142b0497d2e78e66c3caf45 (patch) | |
tree | 6def50c386ff2de0677b5b3b4113926499fa74bb /changes | |
parent | 5c53a0f867cd3628e37ccffa30b3a534a8f0c74a (diff) | |
download | tor-58a0afe30f390988b142b0497d2e78e66c3caf45.tar tor-58a0afe30f390988b142b0497d2e78e66c3caf45.tar.gz |
chown() sockets when User option is set
Fixes bug 3421
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug3421 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug3421 b/changes/bug3421 new file mode 100644 index 000000000..8a4072987 --- /dev/null +++ b/changes/bug3421 @@ -0,0 +1,6 @@ + o Minor features: + - When starting as root and then changing our UID via the User + control option, if we are running with ControlSocket, make sure + that the ControlSocket is owned by the same account that Tor will + run under. Implements ticket 3421; fix by Jérémy Bobbio. + |