xref: /xnu-12377.81.4/tests/task_for_pid_entitlement.plist (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.system-task-ports</key>
6*043036a2SApple OSS Distributions        <true/>
7*043036a2SApple OSS Distributions        <key>task_for_pid-allow</key>
8*043036a2SApple OSS Distributions        <true/>
9*043036a2SApple OSS Distributions
10*043036a2SApple OSS Distributions        <key>com.apple.system-task-ports.control</key>
11*043036a2SApple OSS Distributions        <!-- Supercedes the two above in AzulE+, cross-platfrom -->
12*043036a2SApple OSS Distributions	<true/>
13*043036a2SApple OSS Distributions
14*043036a2SApple OSS Distributions        <key>com.apple.security.get-movable-control-port</key>
15*043036a2SApple OSS Distributions        <!-- Allows for task_get_special_port(..TASK_KERNEL_PORT..) -->
16*043036a2SApple OSS Distributions	<true/>
17*043036a2SApple OSS Distributions
18*043036a2SApple OSS Distributions        <key>com.apple.system-task-ports.token.read</key>
19*043036a2SApple OSS Distributions        <!-- Allows for task_identity_token_get_task_port(..TASK_FLAVOR_READ..) -->
20*043036a2SApple OSS Distributions        <true/>
21*043036a2SApple OSS Distributions</dict>
22*043036a2SApple OSS Distributions</plist>
23