xref: /xnu-11215.81.4/tests/skywalk_test.entitlements (revision d4514f0bc1d3f944c22d92e68b646ac3fb40d452)
1*d4514f0bSApple OSS Distributions<?xml version="1.0" encoding="UTF-8"?>
2*d4514f0bSApple OSS Distributions<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3*d4514f0bSApple OSS Distributions<plist version="1.0">
4*d4514f0bSApple OSS Distributions<dict>
5*d4514f0bSApple OSS Distributions	<key>com.apple.private.amfi.can-set-exception-ports</key>
6*d4514f0bSApple OSS Distributions	<true/>
7*d4514f0bSApple OSS Distributions	<key>com.apple.private.skywalk.register-flow-switch</key>
8*d4514f0bSApple OSS Distributions	<true/>
9*d4514f0bSApple OSS Distributions	<key>com.apple.private.skywalk.register-kernel-pipe</key>
10*d4514f0bSApple OSS Distributions	<true/>
11*d4514f0bSApple OSS Distributions	<key>com.apple.private.skywalk.register-net-if</key>
12*d4514f0bSApple OSS Distributions	<true/>
13*d4514f0bSApple OSS Distributions	<key>com.apple.private.skywalk.register-user-pipe</key>
14*d4514f0bSApple OSS Distributions	<true/>
15*d4514f0bSApple OSS Distributions	<key>com.apple.private.skywalk.observe-all</key>
16*d4514f0bSApple OSS Distributions	<true/>
17*d4514f0bSApple OSS Distributions	<key>com.apple.private.skywalk.observe-stats</key>
18*d4514f0bSApple OSS Distributions	<true/>
19*d4514f0bSApple OSS Distributions	<key>com.apple.security.network.client</key>
20*d4514f0bSApple OSS Distributions	<true/>
21*d4514f0bSApple OSS Distributions	<key>com.apple.security.network.server</key>
22*d4514f0bSApple OSS Distributions	<true/>
23*d4514f0bSApple OSS Distributions	<key>com.apple.private.network.restricted.port.lights_out_management</key>
24*d4514f0bSApple OSS Distributions	<true/>
25*d4514f0bSApple OSS Distributions	<key>com.apple.private.skywalk.low-latency-channel</key>
26*d4514f0bSApple OSS Distributions	<true/>
27*d4514f0bSApple OSS Distributions	<key>com.apple.private.set-exception-port</key>
28*d4514f0bSApple OSS Distributions    <true/>
29*d4514f0bSApple OSS Distributions</dict>
30*d4514f0bSApple OSS Distributions</plist>
31