-
Notifications
You must be signed in to change notification settings - Fork 92
Expand file tree
/
Copy pathTrollDecrypt.entitlements
More file actions
29 lines (29 loc) · 963 Bytes
/
TrollDecrypt.entitlements
File metadata and controls
29 lines (29 loc) · 963 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>platform-application</key>
<true/>
<key>com.apple.private.security.no-sandbox</key>
<true/>
<key>com.apple.private.security.storage.AppBundles</key>
<true/>
<key>task_for_pid-allow</key>
<true/>
<key>com.apple.springboard.launchapplications</key>
<true/>
<key>com.apple.private.xpc.domain-extension</key>
<true/>
<key>com.apple.private.xpc.domain-extension.proxy</key>
<true/>
<key>com.apple.private.xpc.launchd.job-manager</key>
<string>com.apple.runningboard</string>
<key>com.apple.runningboard.process-state</key>
<true/>
<key>com.apple.security.exception.iokit-user-client-class</key>
<array>
<string>AGXDeviceUserClient</string>
<string>IOSurfaceRootUserClient</string>
</array>
</dict>
</plist>