d69d000 Disallow group read for /var/log/tor

Authored and Committed by jamielinux 11 years ago
1 file changed. 3 lines added. 4 lines removed.
    Disallow group read for /var/log/tor
    
    The plan was to change /var/lib/tor permissions to 0750 to match
    /var/log/tor, but tor actually "fixes" the permissions back to
    0700 at runtime. Thus, we'll change the permissions of /var/log/tor
    to 0700 to match /var/lib/tor instead.
    
        
file modified
+3 -4