mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
a30d143228
In #26913 we solved a bug where CacheDirectoryGroupReadable would override DataDirectoryGroupReadable when the two directories are the same. We never did the same for KeyDirectory, though, because that's a rare setting. Now that I'm testing this code, though, fixing this issue seems fine. Fixes bug #27992; bugfix on 0.3.3.1-alpha.
6 lines
291 B
Plaintext
6 lines
291 B
Plaintext
o Minor bugfixes (configuration):
|
|
- When creating a KeyDirectory with the same location as the
|
|
DataDirectory (not recommended), respect the DataDirectory's
|
|
group-readable setting if one has not been set for the KeyDirectory.
|
|
Fixes bug 27992; bugfix on 0.3.3.1-alpha.
|