Title: [240734] branches/safari-607-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in
Revision
240734
Author
[email protected]
Date
2019-01-30 15:33:57 -0800 (Wed, 30 Jan 2019)

Log Message

Apply patch. rdar://problem/47651153

Modified Paths


Diff

Modified: branches/safari-607-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (240733 => 240734)


--- branches/safari-607-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2019-01-30 23:11:10 UTC (rev 240733)
+++ branches/safari-607-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2019-01-30 23:33:57 UTC (rev 240734)
@@ -611,6 +611,36 @@
 ;; <rdar://problem/47268166>
 (allow mach-lookup (xpc-service-name "com.apple.MTLCompilerService"))
 
+(allow mach-lookup (with report)
+    (global-name "com.apple.FileCoordination")
+    (global-name "com.apple.FontObjectsServer")
+    (global-name "com.apple.GSSCred")
+    (global-name "com.apple.SystemConfiguration.PPPController")
+    (global-name "com.apple.audio.SystemSoundServer-OSX")
+    (global-name "com.apple.audio.coreaudiod")
+    (global-name "com.apple.cfnetwork.AuthBrokerAgent")
+    ; "com.apple.coremedia.endpointpicker.xpc" can be removed when <rdar://problem/30081582> is resolved.
+    (global-name "com.apple.coremedia.endpointpicker.xpc")
+    (global-name "com.apple.coremedia.endpointplaybacksession.xpc")
+    (global-name "com.apple.dock.server")
+    (global-name "com.apple.dyld.closured")
+    ;; OpenGL memory debugging
+    (global-name "com.apple.gpumemd.source")
+    (global-name "com.apple.nesessionmanager.flow-divert-token")
+#if !PLATFORM(MAC) || __MAC_OS_X_VERSION_MIN_REQUIRED >= 101300
+    (xpc-service-name "com.apple.ist.ds.appleconnect2.HelperService")
+    (xpc-service-name "com.apple.signpost.signpost-notificationd")
+#endif
+    (global-name "com.apple.speech.synthesis.console")
+    (global-name "com.apple.system.DirectoryService.libinfo_v1")
+    (global-name "com.apple.system.opendirectoryd.api")
+    (global-name "com.apple.trustd")
+    (global-name "com.apple.window_proxies")
+    (global-name "com.apple.xpc.activity.unmanaged")
+    (global-name "com.apple.xpcd")
+    (global-name "org.h5l.kcm")
+)
+
 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 101400
 (deny mach-lookup (with no-log)
     (global-name "com.apple.ViewBridgeAuxiliary")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to