mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 13:43:47 +01:00
e16148a582
Our config code is checking correctly at DataDirectoryGroupReadable but then when we initialize the keys, we ignored that option ending up at setting back the DataDirectory to 0700 instead of 0750. Patch by "redfish". Fixes #19953 Signed-off-by: David Goulet <dgoulet@torproject.org>
7 lines
308 B
Plaintext
7 lines
308 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 DataDirectoryGroupReadable was set to 1. Fixes #19953. Patch
|
|
by "redfish".; bugfix on tor-0.0.2pre16.
|
|
|