Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4684b3818268c6bb0c104ee7051b934f6ff92895
      
https://github.com/WebKit/WebKit/commit/4684b3818268c6bb0c104ee7051b934f6ff92895
  Author: Ben Nham <[email protected]>
  Date:   2024-04-16 (Tue, 16 Apr 2024)

  Changed paths:
    M 
Source/WebKit/Shared/EntryPointUtilities/Cocoa/XPCService/XPCServiceMain.mm
    M Source/WebKit/Shared/mac/AuxiliaryProcessMac.mm

  Log Message:
  -----------
  Do not register for dlsym callbacks until after sandbox is applied on Mac
https://bugs.webkit.org/show_bug.cgi?id=272785
rdar://125677944

Reviewed by Per Arne Vollan.

In 274821@main we added telemetry around dlsym usage for internal builds. 
However this causes
failures when dlsym is used before entering the sandbox on the Mac. As a 
workaround, delay
enablement of dlsym telemetry until after we apply the process sandbox.

* Source/WebKit/Shared/EntryPointUtilities/Cocoa/XPCService/XPCServiceMain.mm:
(WebKit::XPCServiceEventHandler):
* Source/WebKit/Shared/mac/AuxiliaryProcessMac.mm:
(WebKit::AuxiliaryProcess::initializeSandbox):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to