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