]>
Commit | Line | Data |
---|---|---|
5ba3f43e A |
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/> | |
c3c9b80d A |
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/> | |
5ba3f43e A |
17 | </dict> |
18 | </plist> |