Bug 195809 - [iOS][macOS] Fix sandbox call violations
Summary: [iOS][macOS] Fix sandbox call violations
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: 2019-03-15 11:45 PDT by Per Arne Vollan
Modified: 2022-02-10 16:46 PST (History)
2 users (show)

See Also:


Attachments
Patch (1.99 KB, patch)
2019-03-15 11:47 PDT, Per Arne Vollan
no flags Details | Formatted Diff | Diff
Patch (2.02 KB, patch)
2019-03-15 12:01 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 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>.