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