Add a 'NoExec' option that causes tor_spawn_background() to fail

Core of an implementation for 22976.
This commit is contained in:
Nick Mathewson
2017-08-09 10:42:37 -04:00
parent 94352368db
commit eb43401bfb
6 changed files with 48 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
o Minor features (integration, hardening):
- Added a new NoExec option to . 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.