]> git.saurik.com Git - apple/xnu.git/blob - tests/task_for_pid_entitlement.plist
xnu-7195.101.1.tar.gz
[apple/xnu.git] / tests / task_for_pid_entitlement.plist
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>