Title: [254273] branches/safari-608.5.0.2-branch/Source/WebKit
Revision
254273
Author
alanc...@apple.com
Date
2020-01-09 10:33:02 -0800 (Thu, 09 Jan 2020)

Log Message

Apply patch. rdar://problem/58396582

Modified Paths


Diff

Modified: branches/safari-608.5.0.2-branch/Source/WebKit/ChangeLog (254272 => 254273)


--- branches/safari-608.5.0.2-branch/Source/WebKit/ChangeLog	2020-01-09 18:30:56 UTC (rev 254272)
+++ branches/safari-608.5.0.2-branch/Source/WebKit/ChangeLog	2020-01-09 18:33:02 UTC (rev 254273)
@@ -1,3 +1,20 @@
+2020-01-09  Alan Coon  <alanc...@apple.com>
+
+        Apply patch. rdar://problem/58396582
+
+    2020-01-09  Per Arne Vollan  <pvol...@apple.com>
+
+            Allow mach lookup for backboard service on watchOS.
+            <rdar://problem/58396582>
+
+            Reviewed by Brent Fulgham.
+
+            Mach lookup to the service "com.apple.backboard.hid.services" was no longer allowed in the sandbox in iOS 13.
+            This was done for all iOS families, but the related code changes were only done for iPhone/iPad, causing a
+            watchOS crash. As a temporary crash fix on watchOS, add it back to the sandbox, but only for watchOS.
+
+            * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2019-11-04  Kocsen Chung  <kocsen_ch...@apple.com>
 
         Cherry-pick r248552. rdar://problem/56868427

Modified: branches/safari-608.5.0.2-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (254272 => 254273)


--- branches/safari-608.5.0.2-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-01-09 18:30:56 UTC (rev 254272)
+++ branches/safari-608.5.0.2-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-01-09 18:33:02 UTC (rev 254273)
@@ -397,6 +397,12 @@
 
 (allow mach-lookup (extension "com.apple.webkit.extension.mach"))
 
+(if gizmo?
+    (allow mach-lookup
+        (global-name "com.apple.backboard.hid.services")
+    )
+)
+
 ;; These services have been identified as unused during living-on.
 ;; This list overrides some definitions above and in common.sb.
 ;; FIXME: remove overridden rules once the final list has been
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to