diff options
author | Steven Murdoch <Steven.Murdoch@cl.cam.ac.uk> | 2008-11-07 02:06:12 +0000 |
---|---|---|
committer | Steven Murdoch <Steven.Murdoch@cl.cam.ac.uk> | 2008-11-07 02:06:12 +0000 |
commit | 9d68ed08e9689cde194475657fb09f9693c38e5c (patch) | |
tree | a96d96d1676ca438b9c99e628cffedb6d5f0481b /doc | |
parent | 6e3de8530e49b926d25ba071720b7c8054b6d8ac (diff) | |
download | tor-9d68ed08e9689cde194475657fb09f9693c38e5c.tar tor-9d68ed08e9689cde194475657fb09f9693c38e5c.tar.gz |
Patch from Jacob Appelbaum and me to make User option more robust, properly set supplementary groups, deprecated the Group option, and log more information on credential switching
svn:r17200
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 67eb17e2a..67a7db4f9 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -264,10 +264,6 @@ script to enumerate Tor nodes that exit to certain addresses. (Default: 0) .LP .TP -\fBGroup \fR\fIGID\fP -On startup, setgid to this group. -.LP -.TP \fBHttpProxy\fR \fIhost\fR[:\fIport\fR]\fP Tor will make all its directory requests through this host:port (or host:80 if port is not specified), @@ -350,7 +346,7 @@ about what sites a user might have visited. (Default: 1) .LP .TP \fBUser \fR\fIUID\fP -On startup, setuid to this user. +On startup, setuid to this user and setgid to their primary group. .LP .TP \fBHardwareAccel \fR\fB0\fR|\fB1\fP |