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