[webkit-changes] [WebKit/WebKit] bc8ba5: Upgrade network process entitlement check to a os_...

Tim Horton noreply at github.com
Fri Aug 18 20:17:19 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: bc8ba510afe9a2eb46e2140dbd051d8ec3309c5d
      https://github.com/WebKit/WebKit/commit/bc8ba510afe9a2eb46e2140dbd051d8ec3309c5d
  Author: Tim Horton <thorton at apple.com>
  Date:   2023-08-18 (Fri, 18 Aug 2023)

  Changed paths:
    M Source/WebKit/Shared/EntryPointUtilities/Cocoa/XPCService/XPCServiceEntryPoint.mm

  Log Message:
  -----------
  Upgrade network process entitlement check to a os_log_fault
https://bugs.webkit.org/show_bug.cgi?id=260418
rdar://114117647

Reviewed by Brady Eidson and Wenson Hsieh.

* Source/WebKit/Shared/EntryPointUtilities/Cocoa/XPCService/XPCServiceEntryPoint.mm:
(WebKit::XPCServiceInitializerDelegate::checkEntitlements):
If you hit this log, your Network process is about to exit (but not crash).

People miss it all the time, so let's make it much noisier!

This will mark it with the com.apple.WebKit log subsystem so you
don't accidentally filter it out that way either.

Canonical link: https://commits.webkit.org/267066@main




More information about the webkit-changes mailing list