Title: [240606] trunk/Source/WebKit
Revision
240606
Author
[email protected]
Date
2019-01-28 15:18:03 -0800 (Mon, 28 Jan 2019)

Log Message

[iOS] Attempting to open a Keynote document to iCloud.com from iCloud Files causes crash
https://bugs.webkit.org/show_bug.cgi?id=193456
<rdar://problem/47275642>

Patch by Joseph Pecoraro <[email protected]> on 2019-01-28
Reviewed by Brent Fulgham.

* Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
Allow access to iconservices.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (240605 => 240606)


--- trunk/Source/WebKit/ChangeLog	2019-01-28 23:07:36 UTC (rev 240605)
+++ trunk/Source/WebKit/ChangeLog	2019-01-28 23:18:03 UTC (rev 240606)
@@ -1,3 +1,14 @@
+2019-01-28  Joseph Pecoraro  <[email protected]>
+
+        [iOS] Attempting to open a Keynote document to iCloud.com from iCloud Files causes crash
+        https://bugs.webkit.org/show_bug.cgi?id=193456
+        <rdar://problem/47275642>
+
+        Reviewed by Brent Fulgham.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+        Allow access to iconservices.
+
 2019-01-28  Daniel Bates  <[email protected]>
 
         [iOS] Make Window virtual key code computation match Mac

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


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2019-01-28 23:07:36 UTC (rev 240605)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2019-01-28 23:18:03 UTC (rev 240606)
@@ -170,7 +170,8 @@
     (well-known-system-group-container-subpath "/systemgroup.com.apple.lsd.iconscache"))
 (allow mach-lookup
     (xpc-service-name "com.apple.lsdiconservice") ;; Remove this line after <rdar://problem/47151295> is fixed.
-    (xpc-service-name "com.apple.iconservice"))
+    (xpc-service-name "com.apple.iconservices")
+    (global-name "com.apple.iconservices"))
 
 ;; Common mach services needed by UIKit.
 (allow mach-lookup
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to