Also disable spawning on Sandbox.

This isn't a functional change, but it makes our logic more clear,
and catches bugs earlier.
This commit is contained in:
Nick Mathewson
2017-08-09 10:56:57 -04:00
parent b4963da987
commit a0bb1ff6ab
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
o Minor features (integration, hardening):
- Added a new NoExec option to . When this option is set to 1,
- 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