@@ -16543,6 +16543,52 @@ index 36dcac26e1b1c0b76071a8ff02feacbb8973e590..212220ceb975857a8519d6ca35c1d842
16543
16543
}
16544
16544
16545
16545
void WebProcess::initializeConnection(IPC::Connection* connection)
16546
+ diff --git a/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in b/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in
16547
+ index 2ca17abc2067c6cb454008adbccb25522c2a2f31..fb053eefa24dcafda25f6865d75725b82b137f5b 100644
16548
+ --- a/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in
16549
+ +++ b/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in
16550
+ @@ -1418,21 +1418,26 @@
16551
+ #include <WebKitAdditions/WebContentSandboxAdditionsMac.sb>
16552
+ #endif
16553
+
16554
+ -(when (defined? 'mach-bootstrap)
16555
+ - (allow mach-bootstrap
16556
+ - (apply-message-filter
16557
+ - (allow xpc-message-send (with telemetry))
16558
+ - (allow xpc-message-send (message-number
16559
+ - 204
16560
+ - 207
16561
+ - 301
16562
+ - 800
16563
+ - 804
16564
+ - )
16565
+ - )
16566
+ - )
16567
+ - )
16568
+ -)
16569
+ +;;; Playwright: This requires an entitlement
16570
+ +;;; that only exists in builds signed by Apple.
16571
+ +;;; It looks like we can disable it for now
16572
+ +;;; without side effects
16573
+ +;;;
16574
+ +;;; (when (defined? 'mach-bootstrap)
16575
+ +;;; (allow mach-bootstrap
16576
+ +;;; (apply-message-filter
16577
+ +;;; (allow xpc-message-send (with telemetry))
16578
+ +;;; (allow xpc-message-send (message-number
16579
+ +;;; 204
16580
+ +;;; 207
16581
+ +;;; 301
16582
+ +;;; 800
16583
+ +;;; 804
16584
+ +;;; )
16585
+ +;;; )
16586
+ +;;; )
16587
+ +;;; )
16588
+ +;;; )
16589
+
16590
+ (when (defined? 'mach-kernel-endpoint)
16591
+ (allow mach-kernel-endpoint
16546
16592
diff --git a/Source/WebKit/WebProcess/win/WebProcessMainWin.cpp b/Source/WebKit/WebProcess/win/WebProcessMainWin.cpp
16547
16593
index 89bc159df35910abe133c68d71057cdfe1995cbb..aba8e9110a3ec4c59e9888b148e1e908d477cbe4 100644
16548
16594
--- a/Source/WebKit/WebProcess/win/WebProcessMainWin.cpp
0 commit comments