Bug 195809

Summary: [iOS][macOS] Fix sandbox call violations
Product: WebKit Reporter: Per Arne Vollan <pvollan>
Component: WebKit Misc.Assignee: Per Arne Vollan <pvollan>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Per Arne Vollan 2019-03-15 11:45:32 PDT
An additional syscall needs to be added to the sandbox allow list.
Comment 1 Per Arne Vollan 2019-03-15 11:45:55 PDT
rdar://problem/48829655
Comment 2 Per Arne Vollan 2019-03-15 11:47:30 PDT
Created attachment 364818 [details]
Patch
Comment 3 Brent Fulgham 2019-03-15 11:56:00 PDT
Comment on attachment 364818 [details]
Patch

r=me
Comment 4 Per Arne Vollan 2019-03-15 12:01:39 PDT
Created attachment 364819 [details]
Patch
Comment 5 Per Arne Vollan 2019-03-15 12:03:26 PDT
The patch was already reviewed when I uploaded an additional patch. I will just land the new patch, which has no significant changes from the one which was approved.

Thanks for reviewing!
Comment 6 Per Arne Vollan 2019-03-21 14:17:45 PDT
Committed r243329: <https://trac.webkit.org/changeset/243329/webkit>.