Title: [272329] trunk/Source/WebKit
Revision
272329
Author
[email protected]
Date
2021-02-03 10:39:04 -0800 (Wed, 03 Feb 2021)

Log Message

[macOS] Remove access to com.apple.cvmsServ
https://bugs.webkit.org/show_bug.cgi?id=221336
<rdar://problem/70495789>

Reviewed by Brent Fulgham.

Remove access to com.apple.cvmsServ in the WebContent process when the GPU Process is enabled.

* WebProcess/com.apple.WebProcess.sb.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (272328 => 272329)


--- trunk/Source/WebKit/ChangeLog	2021-02-03 18:35:43 UTC (rev 272328)
+++ trunk/Source/WebKit/ChangeLog	2021-02-03 18:39:04 UTC (rev 272329)
@@ -1,5 +1,17 @@
 2021-02-03  Per Arne Vollan  <[email protected]>
 
+        [macOS] Remove access to com.apple.cvmsServ
+        https://bugs.webkit.org/show_bug.cgi?id=221336
+        <rdar://problem/70495789>
+
+        Reviewed by Brent Fulgham.
+
+        Remove access to com.apple.cvmsServ in the WebContent process when the GPU Process is enabled.
+
+        * WebProcess/com.apple.WebProcess.sb.in:
+
+2021-02-03  Per Arne Vollan  <[email protected]>
+
         [macOS] Remove access to RootDomainUserClient
         https://bugs.webkit.org/show_bug.cgi?id=221326
         <rdar://problem/73928098>

Modified: trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (272328 => 272329)


--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2021-02-03 18:35:43 UTC (rev 272328)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2021-02-03 18:39:04 UTC (rev 272329)
@@ -115,8 +115,7 @@
             (global-name "com.apple.cvmsServ")
         )
     )
-    ;; This is just for logging. Remove when the GPU process is enabled by default.
-    (allow mach-lookup (with report)
+    (deny mach-lookup
 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 110000
         (with telemetry-backtrace)
 #endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to