Title: [234966] trunk/Tools
Revision
234966
Author
achristen...@apple.com
Date
2018-08-16 16:03:09 -0700 (Thu, 16 Aug 2018)

Log Message

Add entitlement to MiniBrowser to allow it to communicate with com.apple.Safari.SafeBrowsing.Service
https://bugs.webkit.org/show_bug.cgi?id=188677

Reviewed by Tim Horton.

* MiniBrowser/MiniBrowser.entitlements:
SSBLookupContext lookUpURL:completionHandler: fails to communicate with its service without this entitlement
on released operating systems.  See <rdar://problem/42749777>

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (234965 => 234966)


--- trunk/Tools/ChangeLog	2018-08-16 23:01:36 UTC (rev 234965)
+++ trunk/Tools/ChangeLog	2018-08-16 23:03:09 UTC (rev 234966)
@@ -1,3 +1,14 @@
+2018-08-16  Alex Christensen  <achristen...@webkit.org>
+
+        Add entitlement to MiniBrowser to allow it to communicate with com.apple.Safari.SafeBrowsing.Service
+        https://bugs.webkit.org/show_bug.cgi?id=188677
+
+        Reviewed by Tim Horton.
+
+        * MiniBrowser/MiniBrowser.entitlements:
+        SSBLookupContext lookUpURL:completionHandler: fails to communicate with its service without this entitlement
+        on released operating systems.  See <rdar://problem/42749777>
+
 2018-08-16  Jer Noble  <jer.no...@apple.com>
 
         Add option to run-api-tests to force running of DISABLED tests.

Modified: trunk/Tools/MiniBrowser/MiniBrowser.entitlements (234965 => 234966)


--- trunk/Tools/MiniBrowser/MiniBrowser.entitlements	2018-08-16 23:01:36 UTC (rev 234965)
+++ trunk/Tools/MiniBrowser/MiniBrowser.entitlements	2018-08-16 23:03:09 UTC (rev 234966)
@@ -2,6 +2,8 @@
 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 <plist version="1.0">
 <dict>
+	<key>com.apple.security.temporary-exception.mach-lookup.global-name</key>
+	<string>com.apple.Safari.SafeBrowsing.Service</string>
 	<key>com.apple.security.app-sandbox</key>
 	<true/>
 	<key>com.apple.security.network.client</key>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to