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