bug18458 548 B

123456789
  1. o Minor features (unix domain sockets):
  2. - Since some operating systems do not consider the actual modes on a
  3. UNIX domain socket itself, tor does not allow creating such a
  4. socket in a directory that is group or world accessible if it is
  5. supposed to be private. Likewise, it will not allow only group
  6. accessible sockets in a world accessible directory.
  7. However, on some operating systems this is unnecessary, so
  8. add a per-socket option called RelaxDirModeCheck.
  9. Closes ticket 18458. Patch by weasel.