Bug 206980 - [iOS] Remove report rule for 'com.apple.runningboard' from the Network and GPU process sandboxes
Summary: [iOS] Remove report rule for 'com.apple.runningboard' from the Network and GP...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-01-29 19:01 PST by Brent Fulgham
Modified: 2022-03-01 02:26 PST (History)
5 users (show)

See Also:


Attachments
Patch (2.48 KB, patch)
2020-01-29 19:04 PST, Brent Fulgham
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2020-01-29 19:01:20 PST
In Bug 206111 I removed needed reporting for 'com.apple.runningboard' from the WebContent sandbox, but did not do so for the Network process. I should have removed it from both places (and the GPU Process sandbox).
Comment 1 Brent Fulgham 2020-01-29 19:01:47 PST
<rdar://problem/58900030>
Comment 2 Brent Fulgham 2020-01-29 19:04:17 PST
Created attachment 389218 [details]
Patch
Comment 3 Maciej Stachowiak 2020-01-29 22:27:20 PST
Comment on attachment 389218 [details]
Patch

r=me
Comment 4 Brent Fulgham 2020-01-30 09:06:42 PST
The Mac-wk2 EWS failure cannot be related, since this patch modifies two iOS sandbox files that are not built or used in the macOS port.

Likewise, the win failure cannot be related.
Comment 5 Brent Fulgham 2020-01-30 09:09:46 PST
Committed r255428: <https://trac.webkit.org/changeset/255428>