Title: [262543] trunk/Source/WebKit
Revision
262543
Author
[email protected]
Date
2020-06-04 09:51:02 -0700 (Thu, 04 Jun 2020)

Log Message

[iOS] The WebContent process should be allowed to consume an extension to the runningboard service
https://bugs.webkit.org/show_bug.cgi?id=212753
<rdar://problem/63948859>

Reviewed by Chris Dumez.

The WebContent process on iOS is failing to consume an extension to the runningboard service, because it is not allowed to do so.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (262542 => 262543)


--- trunk/Source/WebKit/ChangeLog	2020-06-04 16:08:44 UTC (rev 262542)
+++ trunk/Source/WebKit/ChangeLog	2020-06-04 16:51:02 UTC (rev 262543)
@@ -1,3 +1,15 @@
+2020-06-04  Per Arne Vollan  <[email protected]>
+
+        [iOS] The WebContent process should be allowed to consume an extension to the runningboard service
+        https://bugs.webkit.org/show_bug.cgi?id=212753
+        <rdar://problem/63948859>
+
+        Reviewed by Chris Dumez.
+
+        The WebContent process on iOS is failing to consume an extension to the runningboard service, because it is not allowed to do so.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2020-06-04  Tim Horton  <[email protected]>
 
         Work around broken system version macro

Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (262542 => 262543)


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-06-04 16:08:44 UTC (rev 262542)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-06-04 16:51:02 UTC (rev 262543)
@@ -950,6 +950,7 @@
             "com.apple.mobileassetd.v2"
             "com.apple.nehelper"
             "com.apple.nesessionmanager.content-filter"
+            "com.apple.runningboard"
             "com.apple.tccd"
             "com.apple.uikit.viewservice.com.apple.WebContentFilter.remoteUI"
             "com.apple.webinspector"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to