diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-09-08 08:11:11 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-09-08 08:11:11 -0400 |
commit | eebfe4f5398c94292986c3eab7fc995635c66a21 (patch) | |
tree | a53d5abef43a69eac56bd23aee442302c9bb5936 /changes | |
parent | 1b1eeb0fb916c424ac8836ca2ec357d25967e041 (diff) | |
parent | 6fea44c673b8227d7adc452263fef3cc61da7fcf (diff) | |
download | tor-eebfe4f5398c94292986c3eab7fc995635c66a21.tar.gz tor-eebfe4f5398c94292986c3eab7fc995635c66a21.zip |
Merge branch 'ticket22731'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug22731 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug22731 b/changes/bug22731 new file mode 100644 index 0000000000..acb65d56e5 --- /dev/null +++ b/changes/bug22731 @@ -0,0 +1,5 @@ + o Minor features (relay, configuration): + - Reject attempts to use relative file paths when RunAsDaemon is set. + Previously, Tor would accept these, but the directory-changing step + of RunAsDaemon would give strange and/or confusing results. + Closes ticket 22731. |