Bug 186628 - Plug-in Process crashing on Mojave (affects Flash, others)
Summary: Plug-in Process crashing on Mojave (affects Flash, others)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-06-14 12:17 PDT by Brent Fulgham
Modified: 2018-06-14 12:58 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.67 KB, patch)
2018-06-14 12:23 PDT, Brent Fulgham
eric.carlson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2018-06-14 12:17:54 PDT
The tightened protections in Mojave are causing some trouble for the plugin process. We need to add the “com.apple.security.cs.allow-unsigned-executable-memory” entitlement to com.apple.WebKit.Plugin.64 to support things like Flash.
Comment 1 Brent Fulgham 2018-06-14 12:18:11 PDT
<rdar://problem/41120462>
Comment 2 Brent Fulgham 2018-06-14 12:23:49 PDT
Created attachment 342753 [details]
Patch
Comment 3 Brent Fulgham 2018-06-14 12:58:55 PDT
Committed r232848: <https://trac.webkit.org/changeset/232848>