summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-01-18 09:10:46 -0500
committerNick Mathewson <nickm@torproject.org>2017-01-18 09:10:46 -0500
commit69cb6f34cb87b0b2ba23d84cf19163cb5c9f4929 (patch)
tree897dbc9222d7a65c42ccc11aa60efd23f577b945 /changes
parent4334a4b784e6c2fb0f969f1a037f85bcd1c3b4fc (diff)
parente16148a58218177411939e373d96aa4f152cadc8 (diff)
downloadtor-69cb6f34cb87b0b2ba23d84cf19163cb5c9f4929.tar.gz
tor-69cb6f34cb87b0b2ba23d84cf19163cb5c9f4929.zip
Merge remote-tracking branch 'dgoulet/bug19953_030_01'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug199536
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug19953 b/changes/bug19953
new file mode 100644
index 0000000000..919018dbb7
--- /dev/null
+++ b/changes/bug19953
@@ -0,0 +1,6 @@
+ o Minor bugfixes (relay)
+ - Honor DataDirectoryGroupReadable when tor is a relay. Previously, the
+ initialization of the keys would reset the DataDirectory to 0700 instead
+ of 0750 if DataDirectoryGroupReadable was set to 1. Fixes #19953. Patch
+ by "redfish".; bugfix on tor-0.0.2pre16.
+