xref: /xnu-10063.101.15/tests/network_entitlements.plist (revision 94d3b452840153a99b38a3a9659680b2a006908e)
1*94d3b452SApple OSS Distributions<?xml version="1.0" encoding="UTF-8"?>
2*94d3b452SApple OSS Distributions<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3*94d3b452SApple OSS Distributions<plist version="1.0">
4*94d3b452SApple OSS Distributions<dict>
5*94d3b452SApple OSS Distributions	<key>com.apple.security.network.client</key>
6*94d3b452SApple OSS Distributions	<true/>
7*94d3b452SApple OSS Distributions	<key>com.apple.security.network.server</key>
8*94d3b452SApple OSS Distributions	<true/>
9*94d3b452SApple OSS Distributions	<key>com.apple.private.skywalk.register-kernel-pipe</key>
10*94d3b452SApple OSS Distributions	<true/>
11*94d3b452SApple OSS Distributions</dict>
12*94d3b452SApple OSS Distributions</plist>
13