diff -r f83da8c347c4 -r fe330a707a9f tunblick/installer.m --- a/tunblick/installer.m Wed Jul 29 11:37:50 2009 +0200 +++ b/tunblick/installer.m Wed Jul 29 11:44:56 2009 +0200 @@ -37,24 +37,19 @@ [NSArray arrayWithObjects:@"-R",@"root:wheel",thisBundle,nil] ); - runTask( @"/bin/chmod", - [NSArray arrayWithObjects:@"-R",@"755",tunPath,tapPath,nil] - ); - - runTask( - @"/bin/chmod", - [NSArray arrayWithObjects:@"744", + [NSArray arrayWithObjects:@"755", tunExecutable, tapExecutable, - helperPath, + tunPath, + tapPath, openvpnPath, nil] ); runTask( @"/bin/chmod", - [NSArray arrayWithObjects:@"4111",helperPath,nil] + [NSArray arrayWithObjects:@"4555",helperPath,nil] ); [pool release]; return 0;