Bug 209920 - Allow use of syscall from the WebContent sandbox
Summary: Allow use of syscall from the WebContent sandbox
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: Per Arne Vollan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-04-02 12:43 PDT by Per Arne Vollan
Modified: 2020-04-09 07:37 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.34 KB, patch)
2020-04-02 12:45 PDT, Per Arne Vollan
no flags Details | Formatted Diff | Diff
Patch (1.15 KB, patch)
2020-04-08 13:55 PDT, Per Arne Vollan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!