summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel Pinto <danielpinto52@gmail.com>2020-05-06 01:42:24 +0100
committerDaniel Pinto <danielpinto52@gmail.com>2020-05-08 00:21:12 +0100
commitcc169eb1204e1cf7d9fd45518edf86a1b397f6dc (patch)
tree1be69182b0adc086797f99339186c9b6a55388d0 /doc
parent42dfcd0ae3f7a872a781452c289b4e47c494d122 (diff)
downloadtor-cc169eb1204e1cf7d9fd45518edf86a1b397f6dc.tar.gz
tor-cc169eb1204e1cf7d9fd45518edf86a1b397f6dc.zip
Add documentation about %include and seccomp sandbox limitations
Diffstat (limited to 'doc')
-rw-r--r--doc/tor.1.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index fbe2915cf3..bc09d634bc 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -211,6 +211,8 @@ file will be parsed as if they were written where the %include option is. If
the path is a folder, all files on that folder will be parsed following lexical
order. Files starting with a dot are ignored. Files on subfolders are ignored.
The %include option can be used recursively.
+New configuration files or directories cannot be added to already running Tor
+instance if **Sandbox** is enabled.
By default, an option on the command line overrides an option found in the
configuration file, and an option in a configuration file overrides one in
@@ -855,6 +857,10 @@ forward slash (/) in the configuration file and on the command line.
and **ORPort** are not allowed). Currently, if **Sandbox** is 1,
**ControlPort** command "GETINFO address" will not work. +
+
+ When using %include in the tor configuration files, reloading the tor
+ configuration is not supported after adding new configuration files or
+ directories. +
+ +
(Default: 0)
[[Schedulers]] **Schedulers** **KIST**|**KISTLite**|**Vanilla**::