Create logfiles in mode 0640

Patch from toralf; closes 21729.
This commit is contained in:
Nick Mathewson
2017-03-14 11:36:53 -04:00
parent 99ec44de45
commit c000c7d118
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -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.