Skip to content
  • Nick Mathewson's avatar
    Make CacheDirectoryGroupReadable an autobool. · 4fd761a4
    Nick Mathewson authored
    Since the default cache directory is the same as the default data
    directory, we don't want the default CacheDirectoryGroupReadable
    value (0) to override an explicitly set "DataDirectoryGroupReadable
    1".
    
    To fix this, I'm making CacheDirectoryGroupReadable into an
    autobool, and having the default (auto) value mean "Use the value of
    DataDirectoryGroupReadable if the directories are the same, and 0
    otherwise."
    
    Fixes bug 26913; bugfix on 0.3.3.1-alpha when the CacheDirectory
    option was introduced.
    4fd761a4