xref: /xnu-11417.101.15/tests/skywalk_test.entitlements (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.private.amfi.can-set-exception-ports</key>
6*e3723e1fSApple OSS Distributions	<true/>
7*e3723e1fSApple OSS Distributions	<key>com.apple.private.skywalk.register-flow-switch</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	<key>com.apple.private.skywalk.register-net-if</key>
12*e3723e1fSApple OSS Distributions	<true/>
13*e3723e1fSApple OSS Distributions	<key>com.apple.private.skywalk.register-user-pipe</key>
14*e3723e1fSApple OSS Distributions	<true/>
15*e3723e1fSApple OSS Distributions	<key>com.apple.private.skywalk.observe-all</key>
16*e3723e1fSApple OSS Distributions	<true/>
17*e3723e1fSApple OSS Distributions	<key>com.apple.private.skywalk.observe-stats</key>
18*e3723e1fSApple OSS Distributions	<true/>
19*e3723e1fSApple OSS Distributions	<key>com.apple.security.network.client</key>
20*e3723e1fSApple OSS Distributions	<true/>
21*e3723e1fSApple OSS Distributions	<key>com.apple.security.network.server</key>
22*e3723e1fSApple OSS Distributions	<true/>
23*e3723e1fSApple OSS Distributions	<key>com.apple.private.network.restricted.port.lights_out_management</key>
24*e3723e1fSApple OSS Distributions	<true/>
25*e3723e1fSApple OSS Distributions	<key>com.apple.private.skywalk.low-latency-channel</key>
26*e3723e1fSApple OSS Distributions	<true/>
27*e3723e1fSApple OSS Distributions	<key>com.apple.private.set-exception-port</key>
28*e3723e1fSApple OSS Distributions    <true/>
29*e3723e1fSApple OSS Distributions</dict>
30*e3723e1fSApple OSS Distributions</plist>
31