ddb.xml 568 B

12345678910111213141516171819202122
  1. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  2. <plist version="1.0">
  3. <dict>
  4. <key>com.apple.private.skip-library-validation</key>
  5. <true/>
  6. <key>platform-application</key>
  7. <true/>
  8. <key>com.apple.private.security.no-container</key>
  9. <true/>
  10. <key>get-task-allow</key>
  11. <true/>
  12. <key>com.apple.system-task-ports</key>
  13. <true/>
  14. <key>task_for_pid-allow</key>
  15. <true/>
  16. <key>run-unsigned-code</key>
  17. <true/>
  18. <key>dynamic-codesigning</key>
  19. <true/>
  20. </dict>
  21. </plist>