mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
204374f7d9
Also, revise bug12585 changes file to mention new syntax
13 lines
748 B
Plaintext
13 lines
748 B
Plaintext
o Major features (security)
|
|
- Implementation of an AF_UNIX socket option to implement a SOCKS
|
|
proxy reachable by Unix Domain Socket. This allows client applications to
|
|
communicate with Tor without having the ability to create AF_INET or
|
|
AF_INET6 family sockets. If an application has permission to create a socket
|
|
with AF_UNIX, it may directly communicate with Tor as if it were an other
|
|
SOCKS proxy. This should allow high risk applications to be entirely prevented
|
|
from connecting directly with TCP/IP, they will be able to only connect to the
|
|
internet through AF_UNIX and only through Tor.
|
|
To create a socket of this type, use the syntax "unix:/path/to/socket".
|
|
Closes ticket 12585.
|
|
|