Title: [283011] trunk/Source/WebKit
Revision
283011
Author
[email protected]
Date
2021-09-23 14:54:28 -0700 (Thu, 23 Sep 2021)

Log Message

Remove access to unused services in the GPU process
https://bugs.webkit.org/show_bug.cgi?id=230716
<rdar://problem/83464232>

Reviewed by Brent Fulgham.

Telemetry is showing that some services allowed in the GPU process' sandbox are unused. These should be removed.

* GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (283010 => 283011)


--- trunk/Source/WebKit/ChangeLog	2021-09-23 21:51:02 UTC (rev 283010)
+++ trunk/Source/WebKit/ChangeLog	2021-09-23 21:54:28 UTC (rev 283011)
@@ -1,3 +1,15 @@
+2021-09-23  Per Arne Vollan  <[email protected]>
+
+        Remove access to unused services in the GPU process
+        https://bugs.webkit.org/show_bug.cgi?id=230716
+        <rdar://problem/83464232>
+
+        Reviewed by Brent Fulgham.
+
+        Telemetry is showing that some services allowed in the GPU process' sandbox are unused. These should be removed.
+
+        * GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in:
+
 2021-09-23  Tim Horton  <[email protected]>
 
         Move more linked-on-or-after checks to WebCore::linkedOnOrAfter()

Modified: trunk/Source/WebKit/GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in (283010 => 283011)


--- trunk/Source/WebKit/GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in	2021-09-23 21:51:02 UTC (rev 283010)
+++ trunk/Source/WebKit/GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in	2021-09-23 21:54:28 UTC (rev 283011)
@@ -700,17 +700,10 @@
     (ipc-posix-name-regex #"^AudioIO"))
 
 (allow mach-lookup
-#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 101500
-    (with report) (with telemetry)
-#endif
     (global-name "com.apple.audio.AudioComponentRegistrar")
-    (global-name "com.apple.awdd")
 #if !ENABLE(CFPREFS_DIRECT_MODE)
     (global-name "com.apple.cfprefsd.agent")
 #endif
-    (global-name "com.apple.cookied")
-    (global-name "com.apple.iconservices")
-    (global-name "com.apple.iconservices.store")
 )
 
 (with-filter (system-attribute apple-internal)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to