Merge branch 'feature22976_squashed'

This commit is contained in:
Nick Mathewson
2017-08-24 09:23:43 -04:00
9 changed files with 67 additions and 72 deletions
+8
View File
@@ -0,0 +1,8 @@
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.