diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-01-18 09:10:46 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-01-18 09:10:46 -0500 |
commit | 69cb6f34cb87b0b2ba23d84cf19163cb5c9f4929 (patch) | |
tree | 897dbc9222d7a65c42ccc11aa60efd23f577b945 /changes | |
parent | 4334a4b784e6c2fb0f969f1a037f85bcd1c3b4fc (diff) | |
parent | e16148a58218177411939e373d96aa4f152cadc8 (diff) | |
download | tor-69cb6f34cb87b0b2ba23d84cf19163cb5c9f4929.tar.gz tor-69cb6f34cb87b0b2ba23d84cf19163cb5c9f4929.zip |
Merge remote-tracking branch 'dgoulet/bug19953_030_01'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug19953 | 6 |
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. + |