Title: [287695] branches/safari-613.1.12.1-branch/Source/WebKit
Revision
287695
Author
[email protected]
Date
2022-01-06 09:25:14 -0800 (Thu, 06 Jan 2022)

Log Message

Cherry-pick r287648. rdar://problem/86870109

    [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:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@287648 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-613.1.12.1-branch/Source/WebKit/ChangeLog (287694 => 287695)


--- branches/safari-613.1.12.1-branch/Source/WebKit/ChangeLog	2022-01-06 17:25:10 UTC (rev 287694)
+++ branches/safari-613.1.12.1-branch/Source/WebKit/ChangeLog	2022-01-06 17:25:14 UTC (rev 287695)
@@ -1,5 +1,34 @@
 2022-01-06  Russell Epstein  <[email protected]>
 
+        Cherry-pick r287648. rdar://problem/86870109
+
+    [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:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@287648 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2022-01-05  Per Arne Vollan  <[email protected]>
+
+            [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-06  Russell Epstein  <[email protected]>
+
         Cherry-pick r287616. rdar://problem/85990387
 
     [macCatalyst][GPUP][NetworkProcess] Block WindowServer connections

Modified: branches/safari-613.1.12.1-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in (287694 => 287695)


--- branches/safari-613.1.12.1-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in	2022-01-06 17:25:10 UTC (rev 287694)
+++ branches/safari-613.1.12.1-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in	2022-01-06 17:25:14 UTC (rev 287695)
@@ -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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to