mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
9 lines
424 B
Plaintext
9 lines
424 B
Plaintext
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.
|
|
|