Title: [239963] trunk/Source/WebKit
- Revision
- 239963
- Author
- [email protected]
- Date
- 2019-01-14 16:55:51 -0800 (Mon, 14 Jan 2019)
Log Message
[macOS] Remove reporting for mach lookups confirmed in-use
https://bugs.webkit.org/show_bug.cgi?id=193415
<rdar://problem/47266542>
Reviewed by Brent Fulgham.
Also, start denying the services which have not been confirmed to be in use.
* WebProcess/com.apple.WebProcess.sb.in:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (239962 => 239963)
--- trunk/Source/WebKit/ChangeLog 2019-01-15 00:49:06 UTC (rev 239962)
+++ trunk/Source/WebKit/ChangeLog 2019-01-15 00:55:51 UTC (rev 239963)
@@ -1,3 +1,15 @@
+2019-01-14 Per Arne Vollan <[email protected]>
+
+ [macOS] Remove reporting for mach lookups confirmed in-use
+ https://bugs.webkit.org/show_bug.cgi?id=193415
+ <rdar://problem/47266542>
+
+ Reviewed by Brent Fulgham.
+
+ Also, start denying the services which have not been confirmed to be in use.
+
+ * WebProcess/com.apple.WebProcess.sb.in:
+
2019-01-14 Commit Queue <[email protected]>
Unreviewed, rolling out r239901, r239909, r239910, r239912,
Modified: trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (239962 => 239963)
--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2019-01-15 00:49:06 UTC (rev 239962)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2019-01-15 00:55:51 UTC (rev 239963)
@@ -579,6 +579,7 @@
(global-name "com.apple.audio.AudioComponentRegistrar")
#endif
(global-name "com.apple.assertiond.processassertionconnection")
+ (global-name "com.apple.audio.SystemSoundServer-OSX")
(global-name "com.apple.audio.audiohald")
(global-name "com.apple.awdd")
(global-name "com.apple.cfprefsd.agent")
@@ -608,36 +609,6 @@
#endif
)
-(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")
@@ -754,6 +725,7 @@
(allow mach-lookup
(global-name "com.apple.coremedia.endpoint.xpc")
(global-name "com.apple.coremedia.endpointstream.xpc")
+ (global-name "com.apple.coremedia.endpointplaybacksession.xpc")
; <rdar://problem/35509194>
(global-name "com.apple.coremedia.endpointremotecontrolsession.xpc")
#if !PLATFORM(MAC) || __MAC_OS_X_VERSION_MIN_REQUIRED >= 101300
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes