diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-03-11 13:26:14 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-03-11 13:31:33 -0400 |
commit | 809517a8634b320ddfced409ac6ea90e8c0b9344 (patch) | |
tree | 3752c06f229652969e77f59b0fa765eab83f6343 /doc | |
parent | 985687bc4f99b90ed88ccdbefc820260c299ff23 (diff) | |
download | tor-809517a8634b320ddfced409ac6ea90e8c0b9344.tar.gz tor-809517a8634b320ddfced409ac6ea90e8c0b9344.zip |
Allow {World,Group}Writable on AF_UNIX {Socks,Control}Ports.
Closes ticket 15220
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index e136bd0f7e..b2ee84837a 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -274,7 +274,7 @@ GENERAL OPTIONS all sockets will be set to this limit. Must be a value between 2048 and 262144, in 1024 byte increments. Default of 8192 is recommended. -[[ControlPort]] **ControlPort** __PORT__|**unix:**__path__|**auto**:: +[[ControlPort]] **ControlPort** __PORT__|**unix:**__path__|**auto** [__flags__]:: If set, Tor will accept connections on this port and allow those connections to control the Tor process using the Tor Control Protocol (described in control-spec.txt). Note: unless you also specify one or @@ -284,6 +284,14 @@ GENERAL OPTIONS method is sufficient to authenticate to Tor.) This option is required for many Tor controllers; most use the value of 9051. Set it to "auto" to have Tor pick a port for you. (Default: 0) + + + Recognized flags are:: + **GroupWritable**;; + Unix domain sockets only: makes the socket get created as + group-writable. + **WorldWritable**;; + Unix domain sockets only: makes the socket get created as + world-writable. [[ControlListenAddress]] **ControlListenAddress** __IP__[:__PORT__]:: Bind the controller listener to this address. If you specify a port, bind @@ -1015,6 +1023,12 @@ The following options are useful only for clients (that is, if **CacheIPv6DNS**;; Tells the client to remember IPv6 DNS answers we receive from exit nodes via this connection. + **GroupWritable**;; + Unix domain sockets only: makes the socket get created as + group-writable. + **WorldWritable**;; + Unix domain sockets only: makes the socket get created as + world-writable. **CacheDNS**;; Tells the client to remember all DNS answers we receive from exit nodes via this connection. |