mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
This isn't a functional change, but it makes our logic more clear, and catches bugs earlier.
8 lines
419 B
Text
8 lines
419 B
Text
o Minor features (integration, hardening):
|
|
- Added a new NoExec option, to prevent Tor from running
|
|
other programs. When this option is set to 1,
|
|
Tor will never try to run another program, regardless of
|
|
the settings of PortForwardingHelper, ClientTransportPlugin,
|
|
or ServerTransportPlugin. Once NoExec is set, it cannot be
|
|
disabled without restarting Tor.
|
|
Closes ticket 22976.
|