Title: [287648] trunk/Source/WebKit
Revision
287648
Author
pvol...@apple.com
Date
2022-01-05 13:36:20 -0800 (Wed, 05 Jan 2022)

Log Message

[iOS][WP] Unable to consume mach extension
https://bugs.webkit.org/show_bug.cgi?id=234889
<rdar://86870109>

Reviewed by Brent Fulgham.

The WebContent process on iOS is unable to consume mach extensions to the frontboard service.

* Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (287647 => 287648)


--- trunk/Source/WebKit/ChangeLog	2022-01-05 21:11:29 UTC (rev 287647)
+++ trunk/Source/WebKit/ChangeLog	2022-01-05 21:36:20 UTC (rev 287648)
@@ -1,3 +1,15 @@
+2022-01-05  Per Arne Vollan  <pvol...@apple.com>
+
+        [iOS][WP] Unable to consume mach extension
+        https://bugs.webkit.org/show_bug.cgi?id=234889
+        <rdar://86870109>
+
+        Reviewed by Brent Fulgham.
+
+        The WebContent process on iOS is unable to consume mach extensions to the frontboard service.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:
+
 2022-01-05  Youenn Fablet  <you...@apple.com>
 
         NetworkRTCProvider::attributedBundleIdentifierFromPageIdentifier should check for m_connection

Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in (287647 => 287648)


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in	2022-01-05 21:11:29 UTC (rev 287647)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in	2022-01-05 21:36:20 UTC (rev 287648)
@@ -1084,6 +1084,7 @@
         (global-name
             "com.apple.cfprefsd.agent"
             "com.apple.cfprefsd.daemon"
+            "com.apple.frontboard.systemappservices"
             "com.apple.iphone.axserver-systemwide"
             "com.apple.mobileassetd.v2"
             "com.apple.mobilegestalt.xpc"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to