Title: [239603] trunk/Source/WebKit
Revision
239603
Author
[email protected]
Date
2019-01-03 17:08:43 -0800 (Thu, 03 Jan 2019)

Log Message

[iOS] Update sandbox profile to use iconservices instead of lsdiconservice
https://bugs.webkit.org/show_bug.cgi?id=193115
<rdar://problem/44867379>

Reviewed by Eric Carlson.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (239602 => 239603)


--- trunk/Source/WebKit/ChangeLog	2019-01-04 00:22:22 UTC (rev 239602)
+++ trunk/Source/WebKit/ChangeLog	2019-01-04 01:08:43 UTC (rev 239603)
@@ -1,5 +1,15 @@
 2019-01-03  Brent Fulgham  <[email protected]>
 
+        [iOS] Update sandbox profile to use iconservices instead of lsdiconservice
+        https://bugs.webkit.org/show_bug.cgi?id=193115
+        <rdar://problem/44867379>
+
+        Reviewed by Eric Carlson.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
+2019-01-03  Brent Fulgham  <[email protected]>
+
         Remove logic handling DNT header during redirects
         https://bugs.webkit.org/show_bug.cgi?id=193082
         <rdar://problem/45555965>

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


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2019-01-04 00:22:22 UTC (rev 239602)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2019-01-04 01:08:43 UTC (rev 239603)
@@ -163,7 +163,7 @@
 (allow file-read*
     (well-known-system-group-container-subpath "/systemgroup.com.apple.lsd.iconscache"))
 (allow mach-lookup
-    (xpc-service-name "com.apple.lsdiconservice"))
+    (xpc-service-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