Bug 19900
Summary: | Bad "-rw-------" permissions in WebKit nightly for Info.plist | ||
---|---|---|---|
Product: | WebKit | Reporter: | Peter Speck <speck> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | mrowe |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.5 |
Peter Speck
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mark Rowe (bdash)
That's a little surprising.
Mark Rowe (bdash)
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".