summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-01-15 10:24:27 -0500
committerNick Mathewson <nickm@torproject.org>2015-01-15 10:24:27 -0500
commit88e36eaf0e508f3745bd8aa2aedb1324b273ebf0 (patch)
treef08ba4f8f105284f9e269596ca9ecb637334b6fe /changes
parent354ddf87126b60e9113bb14ded46280191478fec (diff)
downloadtor-88e36eaf0e508f3745bd8aa2aedb1324b273ebf0.tar.gz
tor-88e36eaf0e508f3745bd8aa2aedb1324b273ebf0.zip
Fix the checkdir/perms test when umask==077
Fixes 14215; bugfix on 0.2.6.2-alpha. Reported by "cypherpunks".
Diffstat (limited to 'changes')
-rw-r--r--changes/bug142155
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug14215 b/changes/bug14215
new file mode 100644
index 0000000000..70bcdaaefc
--- /dev/null
+++ b/changes/bug14215
@@ -0,0 +1,5 @@
+ o Minor bugfixes (tests):
+ - Make the checkdir/perms test complete successfully even if the
+ global umask is not 022. Fixes bug 14215; bugfix on 0.2.6.2-alpha.
+
+