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