RESOLVED FIXED 19900
Bad "-rw-------" permissions in WebKit nightly for Info.plist
https://bugs.webkit.org/show_bug.cgi?id=19900
Summary Bad "-rw-------" permissions in WebKit nightly for Info.plist
Peter Speck
Reported 2008-07-05 00:28:43 PDT
The file WebKit.app/Contents/Frameworks/10.5/WebKit.framework/Versions/A/Resources/Info.plist has the permissions -rw------- which means than if one user downloads the nightly, and another user on the same Mac tries to use it, WebKit.app is not able to load web pages, but keeps in the "loading" stage, incl. the initial webkit-nightly page.
Attachments
Mark Rowe (bdash)
Comment 1 2008-07-05 04:13:06 PDT
That's a little surprising.
Mark Rowe (bdash)
Comment 2 2008-07-05 18:33:14 PDT
Fixed with the r35021 nightly build. I recently introduced the use of "defaults write" on the Info.plist file during the nightly build process, and that apparently alters the permissions on the file! I've tweaked the script to fix up the permissions after running "defaults write".
Note You need to log in before you can comment on or make changes to this bug.