Changeset 239963 in webkit


Ignore:
Timestamp:
Jan 14, 2019 4:55:51 PM (5 years ago)
Author:
pvollan@apple.com
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:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r239948 r239963  
     12019-01-14  Per Arne Vollan  <pvollan@apple.com>
     2
     3        [macOS] Remove reporting for mach lookups confirmed in-use
     4        https://bugs.webkit.org/show_bug.cgi?id=193415
     5        <rdar://problem/47266542>
     6
     7        Reviewed by Brent Fulgham.
     8
     9        Also, start denying the services which have not been confirmed to be in use.
     10
     11        * WebProcess/com.apple.WebProcess.sb.in:
     12
    1132019-01-14  Commit Queue  <commit-queue@webkit.org>
    214
  • trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in

    r239845 r239963  
    580580#endif
    581581       (global-name "com.apple.assertiond.processassertionconnection")
     582       (global-name "com.apple.audio.SystemSoundServer-OSX")
    582583       (global-name "com.apple.audio.audiohald")
    583584       (global-name "com.apple.awdd")
     
    609610)
    610611
    611 (allow mach-lookup (with report)
    612     (global-name "com.apple.FileCoordination")
    613     (global-name "com.apple.FontObjectsServer")
    614     (global-name "com.apple.GSSCred")
    615     (global-name "com.apple.SystemConfiguration.PPPController")
    616     (global-name "com.apple.audio.SystemSoundServer-OSX")
    617     (global-name "com.apple.audio.coreaudiod")
    618     (global-name "com.apple.cfnetwork.AuthBrokerAgent")
    619     ; "com.apple.coremedia.endpointpicker.xpc" can be removed when <rdar://problem/30081582> is resolved.
    620     (global-name "com.apple.coremedia.endpointpicker.xpc")
    621     (global-name "com.apple.coremedia.endpointplaybacksession.xpc")
    622     (global-name "com.apple.dock.server")
    623     (global-name "com.apple.dyld.closured")
    624     ;; OpenGL memory debugging
    625     (global-name "com.apple.gpumemd.source")
    626     (global-name "com.apple.nesessionmanager.flow-divert-token")
    627 #if !PLATFORM(MAC) || __MAC_OS_X_VERSION_MIN_REQUIRED >= 101300
    628     (xpc-service-name "com.apple.ist.ds.appleconnect2.HelperService")
    629     (xpc-service-name "com.apple.signpost.signpost-notificationd")
    630 #endif
    631     (global-name "com.apple.speech.synthesis.console")
    632     (global-name "com.apple.system.DirectoryService.libinfo_v1")
    633     (global-name "com.apple.system.opendirectoryd.api")
    634     (global-name "com.apple.trustd")
    635     (global-name "com.apple.window_proxies")
    636     (global-name "com.apple.xpc.activity.unmanaged")
    637     (global-name "com.apple.xpcd")
    638     (global-name "org.h5l.kcm")
    639 )
    640 
    641612#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 101400
    642613(deny mach-lookup (with no-log)
     
    755726    (global-name "com.apple.coremedia.endpoint.xpc")
    756727    (global-name "com.apple.coremedia.endpointstream.xpc")
     728    (global-name "com.apple.coremedia.endpointplaybacksession.xpc")
    757729    ; <rdar://problem/35509194>
    758730    (global-name "com.apple.coremedia.endpointremotecontrolsession.xpc")
Note: See TracChangeset for help on using the changeset viewer.