Bug 205456 - Remove syscall filtering from GPU Process sandbox
Summary: Remove syscall filtering from GPU Process 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: 2019-12-19 09:06 PST by Brent Fulgham
Modified: 2019-12-19 09:59 PST (History)
3 users (show)

See Also:


Attachments
Patch (15.74 KB, patch)
2019-12-19 09:12 PST, Brent Fulgham
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2019-12-19 09:06:58 PST
We don't have a fully built-out GPU Process yet. Let's not lock down the syscall filter set until we know which are actually needed by the process. The current set is just copied over from the WebContent process, and are not likely to be the correct set.
Comment 1 Radar WebKit Bug Importer 2019-12-19 09:09:19 PST
<rdar://problem/58080834>
Comment 2 Brent Fulgham 2019-12-19 09:12:26 PST
Created attachment 386109 [details]
Patch
Comment 3 Brent Fulgham 2019-12-19 09:59:40 PST
Committed r253761: <https://trac.webkit.org/changeset/253761>