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