mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
405a8d3fb4
* The option is now KeepBindCapabilities * We now warn if the user specifically asked for KeepBindCapabilities and we can't deliver. * The unit tests are willing to start. * Fewer unused-variable warnings. * More documentation, fewer misspellings.
7 lines
369 B
Plaintext
7 lines
369 B
Plaintext
o Major features:
|
|
- When Tor is started as root on Linux and told to switch user ID, it
|
|
can now retain the capabilitity to bind to low ports. By default,
|
|
Tor will do this only when it's switching user ID and some low
|
|
ports have been configured. You can change this behavior with
|
|
the new option KeepBindCapabilities. Closes ticket 8195.
|