source: webkit/trunk/Tools/TestWebKitAPI/Configurations/TestWebKitAPI-macOS.entitlements@ 286777

Last change on this file since 286777 was 286777, checked in by commit-queue@webkit.org, 3 years ago

Unreviewed, reverting r286764.
https://bugs.webkit.org/show_bug.cgi?id=234081

broke the build

Reverted changeset:

"Add ability to inject messages into webpushd"
https://bugs.webkit.org/show_bug.cgi?id=233988
https://commits.webkit.org/r286764

File size: 750 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5 <key>com.apple.private.xpc.launchd.job-manager</key>
6 <string>TestWebKitAPI</string>
7 <key>keychain-access-groups</key>
8 <array>
9 <string>com.apple.TestWebKitAPI</string>
10 </array>
11 <key>com.apple.private.webkit.webpush</key>
12 <true/>
13 <key>com.apple.security.temporary-exception.sbpl</key>
14 <array>
15 <string>(allow mach-issue-extension (require-all (extension-class &quot;com.apple.webkit.extension.mach&quot;)))</string>
16 <string>(allow iokit-issue-extension (require-all (extension-class &quot;com.apple.webkit.extension.iokit&quot;)))</string>
17 </array>
18</dict>
19</plist>
Note: See TracBrowser for help on using the repository browser.