[tor-bugs] #23440 [Core Tor/Tor]: Enhancement: Replace CookieAuthFileGroupReadable option with flag for CookieAuthFile

Tor Bug Tracker & Wiki blackhole at torproject.org
Fri Sep 8 19:31:25 UTC 2017


#23440: Enhancement: Replace CookieAuthFileGroupReadable option with flag for
CookieAuthFile
------------------------------+---------------------------
     Reporter:  Ralph         |      Owner:  (none)
         Type:  enhancement   |     Status:  new
     Priority:  Medium        |  Milestone:
    Component:  Core Tor/Tor  |    Version:  Tor: 0.3.0.10
     Severity:  Normal        |   Keywords:
Actual Points:                |  Parent ID:
       Points:                |   Reviewer:
      Sponsor:                |
------------------------------+---------------------------
 Making Tor's cookie auth file group-readable currently requires the use of
 two separate options:
 {{{
 # (1) Current (as of Tor 0.3.0.10) and unwieldy
 CookieAuthFile /path/to/file
 CookieAuthFileGroupReadable 1
 }}}
 I suggest to replace the option CookieAuthFileGroupReadable with a flag
 GroupReadable for the CookieAuthFile option:
 {{{
 # (2) Feature request: GroupReadable flag, replaces (1)
 CookieAuthFile /path/to/file GroupReadable
 }}}
 This enhancement would feel more "natural" and is consistent with a
 similar flag for the ControlPort option:
 {{{
 # (3) Current (as of Tor 0.3.0.10) and natural:
 ControlPort unix:/path/to/socket GroupWritable
 }}}

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/23440>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list