bug2792_checkdir 424 B

12345678
  1. o Minor features:
  2. - Tor now refuses to create a ControlSocket in a directory that is
  3. world-readable (or group-readable if ControlSocketsGroupWritable
  4. is 0). This is necessary because some operating systems do not
  5. check the permissions on an AF_UNIX socket when programs try to
  6. connect to it. Checking permissions on the directory holding
  7. the socket, however, seems to work everywhere.