Bug 212609 - Make WebContent process sandbox rule for syscall conditional
Summary: Make WebContent process sandbox rule for syscall conditional
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: Brent Fulgham
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-06-01 13:29 PDT by Brent Fulgham
Modified: 2020-06-01 15:16 PDT (History)
4 users (show)

See Also:


Attachments
Patch (2.58 KB, patch)
2020-06-01 13:31 PDT, Brent Fulgham
no flags Details | Formatted Diff | Diff
Patch (2.95 KB, patch)
2020-06-01 13:39 PDT, Brent Fulgham
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2020-06-01 13:29:15 PDT
After further testing we have determined that we no longer need the syscall added in Bug 206260. Let's remove it, since it provides no value.
Comment 1 Brent Fulgham 2020-06-01 13:30:18 PDT
<rdar://problem/63764590>
Comment 2 Brent Fulgham 2020-06-01 13:31:50 PDT
Created attachment 400751 [details]
Patch
Comment 3 Brent Fulgham 2020-06-01 13:38:42 PDT
I misunderstood the issue. The symbol is conditionally enabled, so the sandbox needs to see if it is defined before allowing access.
Comment 4 Brent Fulgham 2020-06-01 13:39:58 PDT
Created attachment 400753 [details]
Patch
Comment 5 Per Arne Vollan 2020-06-01 15:08:13 PDT
Comment on attachment 400753 [details]
Patch

R=me.
Comment 6 EWS 2020-06-01 15:16:02 PDT
Committed r262396: <https://trac.webkit.org/changeset/262396>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 400753 [details].