xref: /xnu-10002.61.3/tests/task_for_pid_entitlement.plist (revision 0f4c859e951fba394238ab619495c4e1d54d0f34)
1*0f4c859eSApple OSS Distributions<?xml version="1.0" encoding="UTF-8"?>
2*0f4c859eSApple OSS Distributions<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3*0f4c859eSApple OSS Distributions<plist version="1.0">
4*0f4c859eSApple OSS Distributions<dict>
5*0f4c859eSApple OSS Distributions        <key>com.apple.system-task-ports</key>
6*0f4c859eSApple OSS Distributions        <true/>
7*0f4c859eSApple OSS Distributions        <key>task_for_pid-allow</key>
8*0f4c859eSApple OSS Distributions        <true/>
9*0f4c859eSApple OSS Distributions
10*0f4c859eSApple OSS Distributions        <key>com.apple.system-task-ports.control</key>
11*0f4c859eSApple OSS Distributions        <!-- Supercedes the two above in AzulE+, cross-platfrom -->
12*0f4c859eSApple OSS Distributions	<true/>
13*0f4c859eSApple OSS Distributions
14*0f4c859eSApple OSS Distributions        <key>com.apple.security.get-movable-control-port</key>
15*0f4c859eSApple OSS Distributions        <!-- Allows for task_get_special_port(..TASK_KERNEL_PORT..) -->
16*0f4c859eSApple OSS Distributions	<true/>
17*0f4c859eSApple OSS Distributions
18*0f4c859eSApple OSS Distributions        <key>com.apple.system-task-ports.token.read</key>
19*0f4c859eSApple OSS Distributions        <!-- Allows for task_identity_token_get_task_port(..TASK_FLAVOR_READ..) -->
20*0f4c859eSApple OSS Distributions        <true/>
21*0f4c859eSApple OSS Distributions</dict>
22*0f4c859eSApple OSS Distributions</plist>
23