aboutsummaryrefslogtreecommitdiff
path: root/changes/bug18458
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug18458')
-rw-r--r--changes/bug184584
1 files changed, 2 insertions, 2 deletions
diff --git a/changes/bug18458 b/changes/bug18458
index 59646ef515..ea0fa3f4ca 100644
--- a/changes/bug18458
+++ b/changes/bug18458
@@ -1,4 +1,4 @@
- o Minor features:
+ o Minor features (unix domain sockets):
- 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
@@ -6,4 +6,4 @@
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.
+ Closes ticket 18458. Patch by weasel.