mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
4fd761a418
Since the default cache directory is the same as the default data directory, we don't want the default CacheDirectoryGroupReadable value (0) to override an explicitly set "DataDirectoryGroupReadable 1". To fix this, I'm making CacheDirectoryGroupReadable into an autobool, and having the default (auto) value mean "Use the value of DataDirectoryGroupReadable if the directories are the same, and 0 otherwise." Fixes bug 26913; bugfix on 0.3.3.1-alpha when the CacheDirectory option was introduced.
8 lines
387 B
Plaintext
8 lines
387 B
Plaintext
o Minor bugfixes (directory permissions):
|
|
- When a user requests a group-readable DataDirectory, give it to
|
|
them. Previously, when the DataDirectory and the CacheDirectory
|
|
were the same, the default setting (0) for
|
|
CacheDirectoryGroupReadable would always override the setting for
|
|
DataDirectoryGroupReadable. Fixes bug 26913; bugfix on
|
|
0.3.3.1-alpha.
|