Title: [227149] branches/safari-605-branch/Source/WebKit
Revision
227149
Author
[email protected]
Date
2018-01-18 10:15:07 -0800 (Thu, 18 Jan 2018)

Log Message

Cherry-pick r227146. rdar://problem/36624319

Modified Paths

Diff

Modified: branches/safari-605-branch/Source/WebKit/ChangeLog (227148 => 227149)


--- branches/safari-605-branch/Source/WebKit/ChangeLog	2018-01-18 18:12:58 UTC (rev 227148)
+++ branches/safari-605-branch/Source/WebKit/ChangeLog	2018-01-18 18:15:07 UTC (rev 227149)
@@ -1,3 +1,18 @@
+2018-01-18  Jason Marcell  <[email protected]>
+
+        Cherry-pick r227146. rdar://problem/36624319
+
+    2018-01-18  Brent Fulgham  <[email protected]>
+
+            REGRESSION(r225858): Sandbox violations due to blocked access to Spotlight search preferences
+            https://bugs.webkit.org/show_bug.cgi?id=181797
+            <rdar://problem/36546412>
+
+            Reviewed by Eric Carlson.
+
+            * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb: Add the read permission for
+            'com.apple.lookup.shared' to support DataDetectors.
+
 2018-01-17  Jason Marcell  <[email protected]>
 
         Cherry-pick r227103. rdar://problem/36598105

Modified: branches/safari-605-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (227148 => 227149)


--- branches/safari-605-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2018-01-18 18:12:58 UTC (rev 227148)
+++ branches/safari-605-branch/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2018-01-18 18:15:07 UTC (rev 227149)
@@ -146,7 +146,9 @@
     ; <rdar://problem/8206632> Weather(1038) deny file-read-data ~/Library/Preferences/com.apple.keyboard.plist
     "com.apple.keyboard"
     ; <rdar://problem/9384085>
-    "com.apple.Preferences")
+    "com.apple.Preferences"
+    "com.apple.lookup.shared" ; Needed for DataDetector (Spotlight) support
+)
 
 ;; <rdar://problem/12985925> Need read access to /var/mobile/Library/Fonts to all apps
 (allow file-read*
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to