Bug 209914

Summary: [iOS] Remove use of 'apple-signed-executable?' from Sandbox
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: WebKit2Assignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, pvollan, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Brent Fulgham 2020-04-02 10:33:44 PDT
Some of the rules imported from the system sandbox make decisions based on whether the software is an apple-signed executable or not. These are not relevant for the WebKit processes, and should be removed.

This patch also switches from the deprecated 'com.apple.ReportCrash.SimulateCrash' XPC service to its correct name 'com.apple.osanalytics.osanalyticshelper'.
Comment 1 Brent Fulgham 2020-04-02 10:34:23 PDT
<rdar://problem/45088481>
Comment 2 Brent Fulgham 2020-04-02 10:39:41 PDT
Created attachment 395279 [details]
Patch
Comment 3 Per Arne Vollan 2020-04-02 10:47:23 PDT
Comment on attachment 395279 [details]
Patch

R=me.
Comment 4 Brent Fulgham 2020-04-02 11:49:25 PDT
Windows test failures are not related to this iOS sandbox file edit.
Comment 5 EWS 2020-04-02 13:38:48 PDT
Committed r259409: <https://trac.webkit.org/changeset/259409>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 395279 [details].