-
- Downloads
Make KeyDirectory's GroupReadable behave the same as CacheDirectory's.
In #26913 we solved a bug where CacheDirectoryGroupReadable would override DataDirectoryGroupReadable when the two directories are the same. We never did the same for KeyDirectory, though, because that's a rare setting. Now that I'm testing this code, though, fixing this issue seems fine. Fixes bug #27992; bugfix on 0.3.3.1-alpha.
Showing
- changes/ticket27992 5 additions, 0 deletionschanges/ticket27992
- doc/tor.1.txt 5 additions, 3 deletionsdoc/tor.1.txt
- src/app/config/config.c 46 additions, 19 deletionssrc/app/config/config.c
- src/app/config/config.h 2 additions, 0 deletionssrc/app/config/config.h
- src/test/test_options_act.c 1 addition, 5 deletionssrc/test/test_options_act.c
Loading
Please register or sign in to comment