diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-08-16 17:46:01 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-08-16 17:46:01 +0000 |
commit | 718953dbe97446e0c2b4b1ccae3b2be0d36473a1 (patch) | |
tree | d072e9f51dfd268b86131c14fd2860961cbff92b /doc/tor.1.in | |
parent | f4398feadb8e3c1af51a825ac0eafe5abc08683d (diff) | |
download | tor-718953dbe97446e0c2b4b1ccae3b2be0d36473a1.tar.gz tor-718953dbe97446e0c2b4b1ccae3b2be0d36473a1.zip |
r14606@catbus: nickm | 2007-08-16 13:45:01 -0400
Implement CookieAuthFile and CookieAuthFileGroupReadable. Backport candidate.
svn:r11141
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 41a99fa5fb..7c92fd4823 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -170,6 +170,19 @@ authentication methods should only be used on systems with good filesystem security. (Default: 0) .LP .TP +\fBCookieAuthFile \fR\fIPath\fP +If set, this option overrides the default location and file name for Tor's +cookie file. (See CookieAuthentication above.) +.LP +.TP +\fBCookieAuthFileGroupReadable \fR\fB0\fR|\fB1\R|\fIGroupName\fP +If this option is set to 0, don't allow the filesystem group to read +the cookie file. If the option is set to 1, make the cookie file +readable by the default GID. [Making the file readable by other +groups is not yet implemented; let us know if you need this for some +reason.] (Default: 0). +.LP +.TP \fBDataDirectory \fR\fIDIR\fP Store working data in DIR (Default: @LOCALSTATEDIR@/lib/tor) .LP |