Title: [229154] trunk/Source/WebKit
- Revision
- 229154
- Author
- bfulg...@apple.com
- Date
- 2018-03-01 16:31:25 -0800 (Thu, 01 Mar 2018)
Log Message
Add the "com.apple.security.cs.disable-library-validation” entitlement to the Plugin Process
https://bugs.webkit.org/show_bug.cgi?id=183252
<rdar://problem/37887136>
Reviewed by David Kilzer.
* Configurations/PluginService.entitlements:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (229153 => 229154)
--- trunk/Source/WebKit/ChangeLog 2018-03-02 00:04:06 UTC (rev 229153)
+++ trunk/Source/WebKit/ChangeLog 2018-03-02 00:31:25 UTC (rev 229154)
@@ -1,3 +1,13 @@
+2018-03-01 Brent Fulgham <bfulg...@apple.com>
+
+ Add the "com.apple.security.cs.disable-library-validation” entitlement to the Plugin Process
+ https://bugs.webkit.org/show_bug.cgi?id=183252
+ <rdar://problem/37887136>
+
+ Reviewed by David Kilzer.
+
+ * Configurations/PluginService.entitlements:
+
2018-03-01 Youenn Fablet <you...@apple.com>
Clients should register to StorageProcess with their service worker registration identifier
Modified: trunk/Source/WebKit/Configurations/PluginService.entitlements (229153 => 229154)
--- trunk/Source/WebKit/Configurations/PluginService.entitlements 2018-03-02 00:04:06 UTC (rev 229153)
+++ trunk/Source/WebKit/Configurations/PluginService.entitlements 2018-03-02 00:31:25 UTC (rev 229154)
@@ -6,5 +6,7 @@
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
+ <key>com.apple.security.cs.disable-library-validation</key>
+ <true/>
</dict>
</plist>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes