mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
7 lines
313 B
Plaintext
7 lines
313 B
Plaintext
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 DataeDirectoryGroupReadable was set to 1. Fixes bug 19953;
|
|
bugfix on 0.0.2pre16.
|
|
Patch by "redfish".
|