Bug 211427

Summary: Remove now-unneeded HAVE(SANDBOX_ISSUE_MACH/READ_EXTENSION_TO_PROCESS_BY_AUDIT_TOKEN)
Product: WebKit Reporter: Darin Adler <darin>
Component: New BugsAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, benjamin, cdumez, cmarcelo, ews-watchlist, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=214233
Attachments:
Description Flags
Patch none

Description Darin Adler 2020-05-04 20:20:29 PDT
Remove now-unneeded HAVE(SANDBOX_ISSUE_MACH/READ_EXTENSION_TO_PROCESS_BY_AUDIT_TOKEN)
Comment 1 Darin Adler 2020-05-04 20:21:07 PDT
Created attachment 398464 [details]
Patch
Comment 2 EWS 2020-05-04 22:47:27 PDT
Committed r261152: <https://trac.webkit.org/changeset/261152>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 398464 [details].
Comment 3 Radar WebKit Bug Importer 2020-05-04 22:48:16 PDT
<rdar://problem/62875952>
Comment 4 Darin Adler 2020-07-12 08:02:28 PDT
This patch was incorrect. There were many instances of HAVE(SANDBOX_ISSUE_READ_EXTENSION_TO_PROCESS_BY_AUDIT_TOKEN) left behind that this accidentally disabled!

But no tests that detected this screwup.

Will use bug 214233 to fix the problem, and interested in finding a way to add tests as well.