forked from haxi0/Derootifier
-
Notifications
You must be signed in to change notification settings - Fork 11
/
entitlements.plist
46 lines (46 loc) · 1.4 KB
/
entitlements.plist
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?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>com.apple.private.persona-mgmt</key>
<true/>
<key>com.apple.private.security.storage.AppDataContainers</key>
<true/>
<key>com.apple.private.spawn-subsystem-root</key>
<true/>
<key>get-task-allow</key>
<true/>
<key>platform-application</key>
<true/>
<key>task_for_pid-allow</key>
<true/>
<key>com.apple.security.get-task-allow</key>
<true/>
<key>com.apple.security.exception.files.absolute-path.read-write</key>
<array>
<string>/</string>
<string>/private/preboot/</string>
<string>/var/</string>
<string>/var/mobile/Documents</string>
<string>/private/var/</string>
<string>/private/var/mobile/Documents</string>
</array>
<key>com.apple.private.security.sandbox</key>
<false/>
<key>com.apple.private.security.no-sandbox</key>
<true/>
<key>com.apple.private.security.container</key>
<false/>
<key>com.apple.private.security.no-container</key>
<true/>
<key>com.apple.private.security.container-required</key>
<false/>
<!-- Prevent weird sharesheet CoreImage crash -->
<key>com.apple.security.iokit-user-client-class</key>
<array>
<string>AGXDeviceUserClient</string>
<string>IOHDIXControllerUserClient</string>
<string>IOSurfaceRootUserClient</string>
</array>
</dict>
</plist>