Bug 209920

Summary: Allow use of syscall from the WebContent sandbox
Product: WebKit Reporter: Per Arne Vollan <pvollan>
Component: WebKit Misc.Assignee: Per Arne Vollan <pvollan>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, bfulgham, darin, ggaren, 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 2020-04-02 12:43:13 PDT
Add syscall to the WebContent sandbox on iOS.
Comment 1 Per Arne Vollan 2020-04-02 12:43:34 PDT
rdar://problem/58743778
Comment 2 Per Arne Vollan 2020-04-02 12:45:12 PDT
Created attachment 395289 [details]
Patch
Comment 3 Per Arne Vollan 2020-04-02 13:34:12 PDT
Comment on attachment 395289 [details]
Patch

Thanks for reviewing!
Comment 4 EWS 2020-04-02 13:41:23 PDT
Committed r259410: <https://trac.webkit.org/changeset/259410>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 395289 [details].
Comment 5 Per Arne Vollan 2020-04-08 13:55:48 PDT
Reopening to attach new patch.
Comment 6 Per Arne Vollan 2020-04-08 13:55:49 PDT
Created attachment 395865 [details]
Patch
Comment 7 Geoffrey Garen 2020-04-08 14:01:56 PDT
Comment on attachment 395865 [details]
Patch

r=me
Comment 8 Per Arne Vollan 2020-04-08 14:08:29 PDT
(In reply to Geoffrey Garen from comment #7)
> Comment on attachment 395865 [details]
> Patch
> 
> r=me

Thanks for reviewing!
Comment 9 EWS 2020-04-08 14:50:32 PDT
Committed r259758: <https://trac.webkit.org/changeset/259758>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 395865 [details].
Comment 10 Alexey Proskuryakov 2020-04-08 21:05:26 PDT
This broke launching WebContent on macOS Catalina, fixed in r259779.

EWS was green because macOS Mojave doesn't have syscall filtering at all.
Comment 11 Per Arne Vollan 2020-04-09 07:37:33 PDT
(In reply to Alexey Proskuryakov from comment #10)
> This broke launching WebContent on macOS Catalina, fixed in r259779.
> 
> EWS was green because macOS Mojave doesn't have syscall filtering at all.

Thanks for fixing this!