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