Title: [239618] trunk/Source/WebKit
Revision
239618
Author
[email protected]
Date
2019-01-04 10:29:35 -0800 (Fri, 04 Jan 2019)

Log Message

Unreviewed, rolling out r239603.
https://bugs.webkit.org/show_bug.cgi?id=193146

Breaks shipping tests (Requested by bfulgha__ on #webkit).

Reverted changeset:

"[iOS] Update sandbox profile to use iconservices instead of
lsdiconservice"
https://bugs.webkit.org/show_bug.cgi?id=193115
https://trac.webkit.org/changeset/239603

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (239617 => 239618)


--- trunk/Source/WebKit/ChangeLog	2019-01-04 18:01:10 UTC (rev 239617)
+++ trunk/Source/WebKit/ChangeLog	2019-01-04 18:29:35 UTC (rev 239618)
@@ -1,3 +1,17 @@
+2019-01-04  Commit Queue  <[email protected]>
+
+        Unreviewed, rolling out r239603.
+        https://bugs.webkit.org/show_bug.cgi?id=193146
+
+        Breaks shipping tests (Requested by bfulgha__ on #webkit).
+
+        Reverted changeset:
+
+        "[iOS] Update sandbox profile to use iconservices instead of
+        lsdiconservice"
+        https://bugs.webkit.org/show_bug.cgi?id=193115
+        https://trac.webkit.org/changeset/239603
+
 2019-01-04  Chris Dumez  <[email protected]>
 
         Crash under WebProcessPool::addSuspendedPage()

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


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2019-01-04 18:01:10 UTC (rev 239617)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2019-01-04 18:29:35 UTC (rev 239618)
@@ -169,7 +169,7 @@
 (allow file-read*
     (well-known-system-group-container-subpath "/systemgroup.com.apple.lsd.iconscache"))
 (allow mach-lookup
-    (xpc-service-name "com.apple.iconservices"))
+    (xpc-service-name "com.apple.lsdiconservice"))
 
 ;; 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