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