Bug 218356 - Correct sandbox violations in GPU Process
Summary: Correct sandbox violations in GPU Process
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: 2020-10-29 14:32 PDT by Brent Fulgham
Modified: 2020-10-30 11:06 PDT (History)
5 users (show)

See Also:


Attachments
Patch (2.12 KB, patch)
2020-10-29 14:36 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-10-29 14:32:57 PDT
While debugging with GPU Process we encountered an unexpected sandbox violation. We had omitted 'sysctl.name2oid' from the allow list for GPU Process, even though we allow it everywhere else. Whoops!
Comment 1 Brent Fulgham 2020-10-29 14:33:09 PDT
<rdar://problem/70574999>
Comment 2 Brent Fulgham 2020-10-29 14:36:12 PDT
Created attachment 412689 [details]
Patch
Comment 3 EWS 2020-10-30 11:06:37 PDT
Committed r269202: <https://trac.webkit.org/changeset/269202>

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