Title: [270601] trunk/Source/WebKit
- Revision
- 270601
- Author
- [email protected]
- Date
- 2020-12-09 14:15:35 -0800 (Wed, 09 Dec 2020)
Log Message
[macOS] Allow mach-lookup of com.apple.relatived.tempest in WebKit GPU process
https://bugs.webkit.org/show_bug.cgi?id=219701
<rdar://problem/71980348>
Reviewed by Darin Adler.
* GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (270600 => 270601)
--- trunk/Source/WebKit/ChangeLog 2020-12-09 21:42:33 UTC (rev 270600)
+++ trunk/Source/WebKit/ChangeLog 2020-12-09 22:15:35 UTC (rev 270601)
@@ -1,3 +1,13 @@
+2020-12-09 Per Arne Vollan <[email protected]>
+
+ [macOS] Allow mach-lookup of com.apple.relatived.tempest in WebKit GPU process
+ https://bugs.webkit.org/show_bug.cgi?id=219701
+ <rdar://problem/71980348>
+
+ Reviewed by Darin Adler.
+
+ * GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in:
+
2020-12-09 Wenson Hsieh <[email protected]>
Some WebGL tests crash in WebKit::RemoteRenderingBackendProxy::willAppendItem(WebCore::RenderingResourceIdentifier)
Modified: trunk/Source/WebKit/GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in (270600 => 270601)
--- trunk/Source/WebKit/GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in 2020-12-09 21:42:33 UTC (rev 270600)
+++ trunk/Source/WebKit/GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in 2020-12-09 22:15:35 UTC (rev 270601)
@@ -828,3 +828,7 @@
(iokit-user-client-class "IOUSBInterfaceUserClientV2"))
(allow device-camera))
#endif // PLATFORM(MAC)
+
+(allow mach-lookup
+ (global-name "com.apple.relatived.tempest")
+)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes