|
| 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.QuartzCore.debug</key> |
| 6 | + <true/> |
| 7 | + <key>com.apple.afk.user</key> |
| 8 | + <true/> |
| 9 | + <key>com.apple.appledfr.client</key> |
| 10 | + <true/> |
| 11 | + <key>com.apple.bluetooth.nsxpc</key> |
| 12 | + <true/> |
| 13 | + <key>com.apple.hid.manager.user-access-device</key> |
| 14 | + <true/> |
| 15 | + <key>com.apple.hid.manager.user-access-privileged</key> |
| 16 | + <true/> |
| 17 | + <key>com.apple.hid.multitouch.user-access</key> |
| 18 | + <true/> |
| 19 | + <key>com.apple.hid.system.server-access</key> |
| 20 | + <true/> |
| 21 | + <key>com.apple.hid.system.user-access-service</key> |
| 22 | + <true/> |
| 23 | + <key>com.apple.hidpreferences.privileged</key> |
| 24 | + <true/> |
| 25 | + <key>com.apple.iohideventsystem.server</key> |
| 26 | + <true/> |
| 27 | + <key>com.apple.keystore.sik.access</key> |
| 28 | + <true/> |
| 29 | + <key>com.apple.private.AmbientDisplay.messaging</key> |
| 30 | + <true/> |
| 31 | + <key>com.apple.private.allow-explicit-graphics-priority</key> |
| 32 | + <true/> |
| 33 | + <key>com.apple.private.colorsync.privileged</key> |
| 34 | + <true/> |
| 35 | + <key>com.apple.private.dfr.brightness-access</key> |
| 36 | + <true/> |
| 37 | + <key>com.apple.private.gpuwrangler</key> |
| 38 | + <true/> |
| 39 | + <key>com.apple.private.graphics-restart-no-kill</key> |
| 40 | + <true/> |
| 41 | + <key>com.apple.private.hid.client.admin</key> |
| 42 | + <true/> |
| 43 | + <key>com.apple.private.hid.client.event-monitor</key> |
| 44 | + <true/> |
| 45 | + <key>com.apple.private.iokit.displayservice</key> |
| 46 | + <true/> |
| 47 | + <key>com.apple.private.iokit.rootdomain-set-property</key> |
| 48 | + <true/> |
| 49 | + <key>com.apple.private.iosurfaceinfo</key> |
| 50 | + <true/> |
| 51 | + <key>com.apple.private.kernel.work-interval</key> |
| 52 | + <true/> |
| 53 | + <key>com.apple.private.tcc.allow</key> |
| 54 | + <array> |
| 55 | + <string>kTCCServiceAccessibility</string> |
| 56 | + <string>kTCCServiceListenEvent</string> |
| 57 | + <string>kTCCServicePostEvent</string> |
| 58 | + <string>kTCCServiceScreenCapture</string> |
| 59 | + </array> |
| 60 | + <key>com.apple.private.tcc.manager</key> |
| 61 | + <true/> |
| 62 | + <key>com.apple.private.xpc.launchd.per-user-lookup</key> |
| 63 | + <true/> |
| 64 | + <key>com.apple.runningboard.assertions.fuseboard</key> |
| 65 | + <true/> |
| 66 | + <key>com.apple.runningboard.process-state</key> |
| 67 | + <true/> |
| 68 | + <key>com.apple.security.exception.mach-lookup.global-name</key> |
| 69 | + <array> |
| 70 | + <string>com.apple.backlightd</string> |
| 71 | + </array> |
| 72 | + <!-- zhuowei: iOS get out of sandbox --> |
| 73 | + <key>com.apple.private.security.no-container</key> |
| 74 | + <true/> |
| 75 | + <key>platform-application</key> |
| 76 | + <true/> |
| 77 | + <!-- zhuowei: iOS probably needs this. Grabbed from splashboardd. --> |
| 78 | + <key>com.apple.security.iokit-user-client-class</key> |
| 79 | + <array> |
| 80 | + <string>AGXCommandQueue</string> |
| 81 | + <string>AGXDevice</string> |
| 82 | + <string>AGXDeviceUserClient</string> |
| 83 | + <string>AGXSharedUserClient</string> |
| 84 | + <string>AppleJPEGDriverUserClient</string> |
| 85 | + <string>IOAccelContext</string> |
| 86 | + <string>IOAccelContext2</string> |
| 87 | + <string>IOAccelDevice</string> |
| 88 | + <string>IOAccelDevice2</string> |
| 89 | + <string>IOAccelSharedUserClient</string> |
| 90 | + <string>IOAccelSharedUserClient2</string> |
| 91 | + <string>IOAccelSubmitter2</string> |
| 92 | + <string>IOMobileFramebufferUserClient</string> |
| 93 | + <string>IOSurfaceAcceleratorClient</string> |
| 94 | + <string>IOSurfaceRootUserClient</string> |
| 95 | + </array> |
| 96 | +</dict> |
| 97 | +</plist> |
0 commit comments