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