RESOLVED INVALID 226051
[iOS] Remove com.apple.QuartzCore.secure-mode entitlement from WebContent and GPUProcess
https://bugs.webkit.org/show_bug.cgi?id=226051
Summary [iOS] Remove com.apple.QuartzCore.secure-mode entitlement from WebContent and...
Brent Fulgham
Reported 2021-05-20 16:28:28 PDT
We currently entitle the WebContent and GPUProcess with 'com.apple.QuartzCore.secure-mode'. We sandbox away the various features that should be possible with this entitlement, and clearly do not need it. We should also remove the entitlement.
Attachments
Patch (2.16 KB, patch)
2021-05-20 16:34 PDT, Brent Fulgham
bfulgham: review-
Brent Fulgham
Comment 1 2021-05-20 16:28:47 PDT
Brent Fulgham
Comment 2 2021-05-20 16:34:25 PDT
Brent Fulgham
Comment 3 2021-05-20 16:45:55 PDT
Oops! This entitlement actually is still needed to draw while a phone screen is locked, so we need to keep it.
Note You need to log in before you can comment on or make changes to this bug.