Bug 212609

Summary: Make WebContent process sandbox rule for syscall conditional
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: WebKit Misc.Assignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, mjs, pvollan, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

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].