diff options
author | Danny Rawlins <romster@shortcircuit.net.au> | 2008-07-08 05:13:18 +1000 |
---|---|---|
committer | Danny Rawlins <romster@shortcircuit.net.au> | 2008-07-08 05:52:20 +1000 |
commit | 07eaaea5f4c247a355d2a391f9736746fb939ed3 (patch) | |
tree | 81b9853a9b314b56822ffc4026e756d051758cb4 /tor/.footprint | |
parent | 87dc6297af95874bd823d1328003e442427e4b44 (diff) | |
download | contrib-07eaaea5f4c247a355d2a391f9736746fb939ed3.tar.gz contrib-07eaaea5f4c247a355d2a391f9736746fb939ed3.tar.xz |
tor: permission fixes bug #320
Diffstat (limited to 'tor/.footprint')
-rw-r--r-- | tor/.footprint | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/tor/.footprint b/tor/.footprint index 7e9af28ea..7cfe2a785 100644 --- a/tor/.footprint +++ b/tor/.footprint @@ -3,14 +3,14 @@ drwxr-xr-x root/root etc/rc.d/ -rwxr-xr-x root/root etc/rc.d/tor drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ --rwxr--r-- _tor/daemon usr/bin/tor --rwxr--r-- _tor/daemon usr/bin/tor-gencert --rwxr--r-- _tor/daemon usr/bin/tor-resolve --rwxr--r-- _tor/daemon usr/bin/torify +-r-xr--r-- tor/tor usr/bin/tor +-r-xr--r-- tor/tor usr/bin/tor-gencert +-r-xr--r-- tor/tor usr/bin/tor-resolve +-r-xr--r-- tor/tor usr/bin/torify drwxr-xr-x root/root usr/etc/ -drwxr-xr-x _tor/daemon usr/etc/tor/ --rw------- _tor/daemon usr/etc/tor/tor-tsocks.conf --rw------- _tor/daemon usr/etc/tor/torrc +drwxr-xr-x root/tor usr/etc/tor/ +-rw-rw---- root/tor usr/etc/tor/tor-tsocks.conf +-rw-rw---- root/tor usr/etc/tor/torrc drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/tor-gencert.1.gz @@ -22,8 +22,8 @@ drwxr-xr-x root/root usr/share/tor/ -rw-r--r-- root/root usr/share/tor/geoip drwxr-xr-x root/root usr/var/ drwxr-xr-x root/root usr/var/lib/ -drwxr-xr-x _tor/daemon usr/var/lib/tor/ +drwxr-xr-x root/tor usr/var/lib/tor/ drwxr-xr-x root/root var/ drwxr-xr-x root/root var/log/ -drwxr-xr-x _tor/daemon var/log/tor/ --rw-r----- _tor/daemon var/log/tor/notices.log (EMPTY) +drwxr-xr-x root/tor var/log/tor/ +-rw-rw---- root/tor var/log/tor/notices.log (EMPTY) |