diff options
author | David Goulet <dgoulet@torproject.org> | 2017-01-17 14:40:01 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2017-01-17 14:40:01 -0500 |
commit | e16148a58218177411939e373d96aa4f152cadc8 (patch) | |
tree | 4782e9a61bebb9559b6f8126278f4242f87dd0e5 /changes | |
parent | 92c3926479de1511dc4607fdc1f9b8fa0fa9f47b (diff) | |
download | tor-e16148a58218177411939e373d96aa4f152cadc8.tar.gz tor-e16148a58218177411939e373d96aa4f152cadc8.zip |
relay: Honor DataDirectoryGroupReadable at key init
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>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug19953 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug19953 b/changes/bug19953 new file mode 100644 index 0000000000..919018dbb7 --- /dev/null +++ b/changes/bug19953 @@ -0,0 +1,6 @@ + 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. + |