[tor-bugs] #12864 [Tor]: CookieAuthFileGroupReadable regression between 0.2.4.x and 0.2.5.6-alpha
    Tor Bug Tracker & Wiki 
    blackhole at torproject.org
       
    Thu Aug 14 18:46:03 UTC 2014
    
    
  
#12864: CookieAuthFileGroupReadable regression between 0.2.4.x and 0.2.5.6-alpha
---------------------------+------------------------------
     Reporter:  intrigeri  |      Owner:
         Type:  defect     |     Status:  new
     Priority:  normal     |  Milestone:
    Component:  Tor        |    Version:  Tor: unspecified
   Resolution:             |   Keywords:
Actual Points:             |  Parent ID:
       Points:             |
---------------------------+------------------------------
Comment (by arma):
 {{{
 -#ifndef _WIN32
 -  if (get_options()->CookieAuthFileGroupReadable) {
 -    if (chmod(fname, 0640)) {
 -      log_warn(LD_FS,"Unable to make %s group-readable.",
 escaped(fname));
 -    }
 -  }
 -#endif
 }}}
 it just vanishes from the code, not getting moved anywhere else?
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/12864#comment:3>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
    
    
More information about the tor-bugs
mailing list