RESOLVED FIXED 209920
Allow use of syscall from the WebContent sandbox
https://bugs.webkit.org/show_bug.cgi?id=209920
Summary Allow use of syscall from the WebContent sandbox
Per Arne Vollan
Reported 2020-04-02 12:43:13 PDT
Add syscall to the WebContent sandbox on iOS.
Attachments
Patch (1.34 KB, patch)
2020-04-02 12:45 PDT, Per Arne Vollan
no flags
Patch (1.15 KB, patch)
2020-04-08 13:55 PDT, Per Arne Vollan
no flags
Per Arne Vollan
Comment 1 2020-04-02 12:43:34 PDT
Per Arne Vollan
Comment 2 2020-04-02 12:45:12 PDT
Per Arne Vollan
Comment 3 2020-04-02 13:34:12 PDT
Comment on attachment 395289 [details] Patch Thanks for reviewing!
EWS
Comment 4 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].
Per Arne Vollan
Comment 5 2020-04-08 13:55:48 PDT
Reopening to attach new patch.
Per Arne Vollan
Comment 6 2020-04-08 13:55:49 PDT
Geoffrey Garen
Comment 7 2020-04-08 14:01:56 PDT
Comment on attachment 395865 [details] Patch r=me
Per Arne Vollan
Comment 8 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!
EWS
Comment 9 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].
Alexey Proskuryakov
Comment 10 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.
Per Arne Vollan
Comment 11 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!
Note You need to log in before you can comment on or make changes to this bug.