tor/changes/bug17562-allow-root-group-read

7 lines
352 B
Plaintext
Raw Normal View History

2015-11-13 15:17:02 +01:00
o Minor bug fixes:
- If any directory created by Tor is marked as group readable, the
filesystem group is allowed to be either the default GID or the root
user. Allowing root to read the DataDirectory prevents the need for
CAP_READ_SEARCH when using systemd's CapabilityBoundingSet, or
dac_read_search when using SELinux.