WebKit Bugzilla
Attachment 342753 Details for
Bug 186628
: Plug-in Process crashing on Mojave (affects Flash, others)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-186628-20180614122349.patch (text/plain), 1.67 KB, created by
Brent Fulgham
on 2018-06-14 12:23:49 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Brent Fulgham
Created:
2018-06-14 12:23:49 PDT
Size:
1.67 KB
patch
obsolete
>Subversion Revision: 232846 >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index ed44a723ee625011cdd69ce07b77208b4ffce201..f15179cf9def6d77a72d231b8071cce581c538cd 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,16 @@ >+2018-06-14 Brent Fulgham <bfulgham@apple.com> >+ >+ Plug-in Process crashing on Mojave (affects Flash, others) >+ https://bugs.webkit.org/show_bug.cgi?id=186628 >+ <rdar://problem/41120462> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Add the missing âcom.apple.security.cs.allow-unsigned-executable-memoryâ entitlement. Also alphabetize >+ the entitlements file to make it easier to read. >+ >+ * Configurations/PluginService.entitlements: >+ > 2018-06-14 Carlos Garcia Campos <cgarcia@igalia.com> > > [GTK][WPE] WebDriver: handle acceptInsecureCertificates capability >diff --git a/Source/WebKit/Configurations/PluginService.entitlements b/Source/WebKit/Configurations/PluginService.entitlements >index 25e58ca5e26a0354714f719efa86ac676534a39d..dde6c0d2fe9d95b3e4c6277f0a156c0e61e38fe4 100644 >--- a/Source/WebKit/Configurations/PluginService.entitlements >+++ b/Source/WebKit/Configurations/PluginService.entitlements >@@ -4,11 +4,13 @@ > <dict> > <key>com.apple.security.cs.allow-jit</key> > <true/> >- <key>com.apple.security.print</key> >+ <key>com.apple.security.cs.allow-unsigned-executable-memory</key> >+ <true/> >+ <key>com.apple.security.cs.disable-library-validation</key> > <true/> > <key>com.apple.security.files.user-selected.read-write</key> > <true/> >- <key>com.apple.security.cs.disable-library-validation</key> >+ <key>com.apple.security.print</key> > <true/> > </dict> > </plist>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
eric.carlson
:
review+
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 186628
: 342753