diff options
Diffstat (limited to 'contrib/osx/TorPostflight')
-rw-r--r-- | contrib/osx/TorPostflight | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/osx/TorPostflight b/contrib/osx/TorPostflight index 284fcfc303..36cc2a999f 100644 --- a/contrib/osx/TorPostflight +++ b/contrib/osx/TorPostflight @@ -63,3 +63,7 @@ if [ ! -d /Library/StartupItems/Tor ]; then fi rm -f /Library/StartupItems/Tor/Tor.loc echo "$TARGET" > /Library/StartupItems/Tor/Tor.loc + +if [ -d /Library/StartupItems/Privoxy ]; then + find /Library/StartupItems/Privoxy -print0 | xargs -0 chown root:wheel +fi |