summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-08-24 09:23:43 -0400
committerNick Mathewson <nickm@torproject.org>2017-08-24 09:23:43 -0400
commitd37e8b407a762316e89e0c0a613c26372ec897aa (patch)
treeef968b1b87dabe3ce5258af990e3edccefd31e26 /changes
parentf4f828640f25d73e9a29c3d901af4ab594de0d56 (diff)
parenta0bb1ff6ab0be8faa7284aec3f7f93e31e8578d9 (diff)
downloadtor-d37e8b407a762316e89e0c0a613c26372ec897aa.tar.gz
tor-d37e8b407a762316e89e0c0a613c26372ec897aa.zip
Merge branch 'feature22976_squashed'
Diffstat (limited to 'changes')
-rw-r--r--changes/feature229768
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.