diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-05-12 19:17:48 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-05-13 10:41:29 -0400 |
commit | 7f654a6a6fb5e956b996eece36ff95e590a6ad63 (patch) | |
tree | c9545f5af482e1380261a2fe7ba2e73b175b3b66 /changes/feature3076 | |
parent | dad12188a6ca957f6fde1eb602fd98b2fa93b1a4 (diff) | |
download | tor-7f654a6a6fb5e956b996eece36ff95e590a6ad63.tar.gz tor-7f654a6a6fb5e956b996eece36ff95e590a6ad63.zip |
Add a ControlPortFileGroupWritable option
Diffstat (limited to 'changes/feature3076')
-rw-r--r-- | changes/feature3076 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/changes/feature3076 b/changes/feature3076 index ed42e4595b..a3dcec8741 100644 --- a/changes/feature3076 +++ b/changes/feature3076 @@ -7,5 +7,8 @@ type. This is useful for if the user has selected SocksPort "auto", and you need to know which port got chosen. - There is a ControlPortWriteToFile option that tells Tor to write - its actual control port or ports to a chosen file. + its actual control port or ports to a chosen file. If the option + ControlPortFileGroupReadable is set, the file is created as + group-readable. + |