Title: [227146] trunk/Source/WebKit
Revision
227146
Author
[email protected]
Date
2018-01-18 09:49:44 -0800 (Thu, 18 Jan 2018)

Log Message

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.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (227145 => 227146)


--- trunk/Source/WebKit/ChangeLog	2018-01-18 17:37:28 UTC (rev 227145)
+++ trunk/Source/WebKit/ChangeLog	2018-01-18 17:49:44 UTC (rev 227146)
@@ -1,3 +1,14 @@
+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  John Wilander  <[email protected]>
 
         Resource Load Statistics: Block cookies for prevalent resources without user interaction

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


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2018-01-18 17:37:28 UTC (rev 227145)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2018-01-18 17:49:44 UTC (rev 227146)
@@ -135,7 +135,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