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