Bug 209914 - [iOS] Remove use of 'apple-signed-executable?' from Sandbox
Summary: [iOS] Remove use of 'apple-signed-executable?' from Sandbox
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-04-02 10:33 PDT by Brent Fulgham
Modified: 2020-04-02 13:38 PDT (History)
3 users (show)

See Also:


Attachments
Patch (6.30 KB, patch)
2020-04-02 10:39 PDT, Brent Fulgham
no flags 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-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].