| Summary: | Opening Web Inspector causes a large amount of sandbox violations | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> | ||||
| Component: | WebKit2 | Assignee: | Joseph Pecoraro <joepeck> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | ap, commit-queue, sam, timothy | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
|
Description
Joseph Pecoraro
2014-08-13 15:09:34 PDT
Created attachment 236555 [details]
[PATCH] Proposed Fix
Comment on attachment 236555 [details] [PATCH] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=236555&action=review > Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in:97 > +(allow-read-directory-and-issue-read-extensions "/System/Library/PrivateFrameworks/WebInspectorUI.framework") Do we also need to add /System/Library/StagedFrameworks/Safari/WebInspectorUI.framework? r=me as well. We shouldn't need StagedFrameworks, because WebInspectorUI.framework ends up being in the same directory as WebKit.framework, and thus the existing rule does the trick: (allow-read-directory-and-issue-read-extensions (param "WEBKIT2_FRAMEWORK_DIR")) Comment on attachment 236555 [details] [PATCH] Proposed Fix Clearing flags on attachment: 236555 Committed r172539: <http://trac.webkit.org/changeset/172539> All reviewed patches have been landed. Closing bug. |