Title: [290187] trunk/Source/WebKit
Revision
290187
Author
pvol...@apple.com
Date
2022-02-18 16:52:16 -0800 (Fri, 18 Feb 2022)

Log Message

[iOS] Add required Mach service to the sandbox of the GPU process
https://bugs.webkit.org/show_bug.cgi?id=236860

Reviewed by Darin Adler.

* Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (290186 => 290187)


--- trunk/Source/WebKit/ChangeLog	2022-02-19 00:44:12 UTC (rev 290186)
+++ trunk/Source/WebKit/ChangeLog	2022-02-19 00:52:16 UTC (rev 290187)
@@ -1,3 +1,12 @@
+2022-02-18  Per Arne Vollan  <pvol...@apple.com>
+
+        [iOS] Add required Mach service to the sandbox of the GPU process
+        https://bugs.webkit.org/show_bug.cgi?id=236860
+
+        Reviewed by Darin Adler.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb:
+
 2022-02-18  Devin Rousso  <drou...@apple.com>
 
         [iOS] Safari can sometimes hang while printing due to sync IPC

Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb (290186 => 290187)


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb	2022-02-19 00:44:12 UTC (rev 290186)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb	2022-02-19 00:52:16 UTC (rev 290187)
@@ -100,6 +100,7 @@
            (global-name "com.apple.coremedia.cpe.xpc") ; Needed for HDR playback.
            (global-name "com.apple.coremedia.customurlloader.xpc") ; Needed for custom media loading
            (global-name "com.apple.coremedia.formatreader.xpc")
+           (global-name "com.apple.coremedia.mediaparserd.formatreader.xpc")
            (global-name "com.apple.coremedia.player.xpc")
            (global-name "com.apple.coremedia.remaker")
            (global-name "com.apple.coremedia.remotequeue")
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to