]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add a changes file for #18458
authorPeter Palfrader <peter@palfrader.org>
Tue, 1 Mar 2016 17:48:57 +0000 (18:48 +0100)
committerPeter Palfrader <peter@palfrader.org>
Tue, 1 Mar 2016 17:48:57 +0000 (18:48 +0100)
changes/bug18458 [new file with mode: 0644]

diff --git a/changes/bug18458 b/changes/bug18458
new file mode 100644 (file)
index 0000000..59646ef
--- /dev/null
@@ -0,0 +1,9 @@
+  o Minor features:
+    - Since some operating systems do not consider the actual modes on a
+      UNIX domain socket itself, tor does not allow creating such a
+      socket in a directory that is group or world accessible if it is
+      supposed to be private.  Likewise, it will not allow only group
+      accessible sockets in a world accessible directory.
+      However, on some operating systems this is unnecessary, so
+      add a per-socket option called RelaxDirModeCheck.
+      Fixes bug 18458.  Patch by weasel.