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