summaryrefslogtreecommitdiff
path: root/changes/feature22976
diff options
context:
space:
mode:
Diffstat (limited to 'changes/feature22976')
-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.