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