Bug 227032 - [iOS] Permit access to 'platform-name'
Summary: [iOS] Permit access to 'platform-name'
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-06-15 09:49 PDT by Brent Fulgham
Modified: 2021-06-15 11:01 PDT (History)
2 users (show)

See Also:


Attachments
Patch (4.00 KB, patch)
2021-06-15 09:52 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 2021-06-15 09:49:32 PDT
Telemetry shows that some media code needs access to 'platform-name'. We allow this in the WebContent process, but didn't include it in the GPU Process.

Make the WebContent and GPU Process consistent in this access. Also adopt the standard rule for this used in the system sandbox, which restricts the access to the IOKit class family that has this property.
Comment 1 Brent Fulgham 2021-06-15 09:49:50 PDT
<rdar://problem/79334360>
Comment 2 Brent Fulgham 2021-06-15 09:52:28 PDT
Created attachment 431450 [details]
Patch
Comment 3 Per Arne Vollan 2021-06-15 09:57:12 PDT
Comment on attachment 431450 [details]
Patch

R=me.
Comment 4 EWS 2021-06-15 11:01:11 PDT
Committed r278881 (238824@main): <https://commits.webkit.org/238824@main>

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