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