sudo chown 0:0 /Librarysudo chmod 755 /Library
/Applications/Library/Library/Application Support
On OS X 10.6, 10.7, 10.8, and 10.9, Disk Utility fixes all the problems that Tunnelblick might complain about. 10.6 has different owner:group and permissions than the other three versions of OS X, all of which have the same ownership:group and permissions.
On OS X 10.5, Disk Utility did not fix any bad ownership/permissions issues.
My 10.5 system has owner:group and permissions as follows:root:admin rwxrwxr_x /Applicationsroot:admin rwxrwxr_t /Libraryroot:wheel rwxr_xr_x /Library/Application Support
To get these permissions, use the following commands:sudo chown root:admin /Applicationssudo chmod 775 /Applicationssudo chown root:admin /Librarysudo chmod 775 /Librarysudo chmod +t /Librarysudo chown root:wheel /Library/Application\ Supportsudo chmod 755 /Library/Application\ Support
On OS X 10.4, bad ownership/permissions on /Library are not repaired, although they are repaired on /Applications and /Library/Application Support.
My 10.4 system has owner:group of root:admin and permissions of drwxrwxr-t for /Library.
To get these permissions, use the following commands:sudo chown root:admin /Librarysudo chmod 775 /Library
sudo chmod +t /Library
On OS X 10.6, Disk Utility repaired ownership/permissions to the following:
root:admin rwxrwxr-x /Applicationsroot:admin rwxrwxr-t /Libraryroot:wheel rwxrwxr-x /Library/Application Support
To get these permissions, use the following commands:sudo chown root:admin /Applicationssudo chmod 775 /Applicationssudo chown root:admin /Librarysudo chmod 775 /Librarysudo chmod +t /Librarysudo chown root:wheel /Library/Application\ Support
sudo chmod 775 /Library/Application\ Support
On OS X 10.7 through 10.9, Disk Utility repaired ownership/permissions to the following:
root:admin rwxrwxr-x /Applicationsroot:wheel rwxr-xr-x /Libraryroot:admin rwxr-xr-x /Library/Application Support
To get these permissions, use the following commands:sudo chown root:admin /Applicationssudo chmod 775 /Applications
sudo chown root:wheel /Librarysudo chmod 755 /Librarysudo chown root:admin /Library/Application\ Support