diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-08-24 09:23:43 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-08-24 09:23:43 -0400 |
commit | d37e8b407a762316e89e0c0a613c26372ec897aa (patch) | |
tree | ef968b1b87dabe3ce5258af990e3edccefd31e26 /changes | |
parent | f4f828640f25d73e9a29c3d901af4ab594de0d56 (diff) | |
parent | a0bb1ff6ab0be8faa7284aec3f7f93e31e8578d9 (diff) | |
download | tor-d37e8b407a762316e89e0c0a613c26372ec897aa.tar.gz tor-d37e8b407a762316e89e0c0a613c26372ec897aa.zip |
Merge branch 'feature22976_squashed'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature22976 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/feature22976 b/changes/feature22976 new file mode 100644 index 0000000000..407fd15b0a --- /dev/null +++ b/changes/feature22976 @@ -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. |