Changeset 234966 in webkit


Ignore:
Timestamp:
Aug 16, 2018, 4:03:09 PM (7 years ago)
Author:
achristensen@apple.com
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>

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r234962 r234966  
     12018-08-16  Alex Christensen  <achristensen@webkit.org>
     2
     3        Add entitlement to MiniBrowser to allow it to communicate with com.apple.Safari.SafeBrowsing.Service
     4        https://bugs.webkit.org/show_bug.cgi?id=188677
     5
     6        Reviewed by Tim Horton.
     7
     8        * MiniBrowser/MiniBrowser.entitlements:
     9        SSBLookupContext lookUpURL:completionHandler: fails to communicate with its service without this entitlement
     10        on released operating systems.  See <rdar://problem/42749777>
     11
    1122018-08-16  Jer Noble  <jer.noble@apple.com>
    213
  • trunk/Tools/MiniBrowser/MiniBrowser.entitlements

    r227908 r234966  
    33<plist version="1.0">
    44<dict>
     5        <key>com.apple.security.temporary-exception.mach-lookup.global-name</key>
     6        <string>com.apple.Safari.SafeBrowsing.Service</string>
    57        <key>com.apple.security.app-sandbox</key>
    68        <true/>
Note: See TracChangeset for help on using the changeset viewer.