Title: [233042] branches/safari-606.1.20.40-branch/Source/WebKit
Revision
233042
Author
bshaf...@apple.com
Date
2018-06-21 10:59:36 -0700 (Thu, 21 Jun 2018)

Log Message

Cherry-pick r232848. rdar://problem/41120462

    Plug-in Process crashing on Mojave (affects Flash, others)
    https://bugs.webkit.org/show_bug.cgi?id=186628
    <rdar://problem/41120462>

    Reviewed by Eric Carlson.

    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:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@232848 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-606.1.20.40-branch/Source/WebKit/ChangeLog (233041 => 233042)


--- branches/safari-606.1.20.40-branch/Source/WebKit/ChangeLog	2018-06-21 16:44:07 UTC (rev 233041)
+++ branches/safari-606.1.20.40-branch/Source/WebKit/ChangeLog	2018-06-21 17:59:36 UTC (rev 233042)
@@ -1,3 +1,33 @@
+2018-06-21  Babak Shafiei  <bshaf...@apple.com>
+
+        Cherry-pick r232848. rdar://problem/41120462
+
+    Plug-in Process crashing on Mojave (affects Flash, others)
+    https://bugs.webkit.org/show_bug.cgi?id=186628
+    <rdar://problem/41120462>
+    
+    Reviewed by Eric Carlson.
+    
+    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:
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@232848 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2018-06-14  Brent Fulgham  <bfulg...@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 Eric Carlson.
+
+            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-13  Kocsen Chung  <kocsen_ch...@apple.com>
 
         Revert r231850. rdar://problem/39111626

Modified: branches/safari-606.1.20.40-branch/Source/WebKit/Configurations/PluginService.entitlements (233041 => 233042)


--- branches/safari-606.1.20.40-branch/Source/WebKit/Configurations/PluginService.entitlements	2018-06-21 16:44:07 UTC (rev 233041)
+++ branches/safari-606.1.20.40-branch/Source/WebKit/Configurations/PluginService.entitlements	2018-06-21 17:59:36 UTC (rev 233042)
@@ -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>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to