diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-11-15 16:47:22 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-11-15 16:47:22 -0500 |
commit | aebe8a82c9a1a8ee1df9d1dbb82807d342f49203 (patch) | |
tree | 5cf65cd1356cafa0d8a519b19cfd7404a0d6584e /changes | |
parent | 34e4d5a78362b3f133958740a18d0ee06ae4fdad (diff) | |
parent | 4fd761a418558c05716b4a04a5306dc67ce53dfe (diff) | |
download | tor-aebe8a82c9a1a8ee1df9d1dbb82807d342f49203.tar.gz tor-aebe8a82c9a1a8ee1df9d1dbb82807d342f49203.zip |
Merge branch 'bug26913_033' into maint-0.3.3
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket26913 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/ticket26913 b/changes/ticket26913 new file mode 100644 index 0000000000..d6555764ec --- /dev/null +++ b/changes/ticket26913 @@ -0,0 +1,7 @@ + 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. |