Files
tor/changes/bug18458
T
2016-03-21 11:14:57 -04:00

10 lines
548 B
Plaintext

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
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.
Closes ticket 18458. Patch by weasel.