diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-03-14 11:36:53 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-03-14 11:36:53 -0400 |
commit | c000c7d118728abea6e03ddde1862e2dcf784166 (patch) | |
tree | 3211a6ee00fe42f1b635037c9e34e4bc0a74f57e /changes | |
parent | 99ec44de45e6fb38af0a99b82728f7d359ca5bf5 (diff) | |
download | tor-c000c7d118728abea6e03ddde1862e2dcf784166.tar.gz tor-c000c7d118728abea6e03ddde1862e2dcf784166.zip |
Create logfiles in mode 0640
Patch from toralf; closes 21729.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket21729 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/ticket21729 b/changes/ticket21729 new file mode 100644 index 0000000000..51d117311b --- /dev/null +++ b/changes/ticket21729 @@ -0,0 +1,7 @@ + o Minor features (logging): + - Log files are no longer created world-readable by default. + (Previously, most distributors would store the logs in a + non-world-readable location to prevent inappropriate access. This + change is an extra precaution.) Closes ticket 21729; patch from + toralf. + |