-
Notifications
You must be signed in to change notification settings - Fork 73
/
ent.plist
94 lines (94 loc) · 2.85 KB
/
ent.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<?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.developer.kernel.increased-memory-limit</key>
<true/>
<key>com.apple.private.domain-extension</key>
<true/>
<key>com.apple.private.security.no-sandbox</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.app-state-manager</key>
<true/>
<key>com.apple.private.xpc.launchd.enable-disable-system-services</key>
<true/>
<key>com.apple.private.xpc.launchd.event-monitor</key>
<true/>
<key>com.apple.private.xpc.launchd.loginitem-bootstrapper</key>
<true/>
<key>com.apple.private.xpc.launchd.loginitem-outside-bundle</key>
<true/>
<key>com.apple.private.xpc.launchd.obliterator</key>
<true/>
<key>com.apple.private.xpc.launchd.per-user-create.mbsetupuser</key>
<true/>
<key>com.apple.private.xpc.launchd.per-user-lookup</key>
<true/>
<key>com.apple.private.xpc.launchd.reboot</key>
<true/>
<key>com.apple.private.xpc.launchd.service-hold</key>
<true/>
<key>com.apple.private.xpc.launchd.userspace-reboot</key>
<true/>
<key>com.apple.private.xpc.launchd.userspace-reboot-now</key>
<true/>
<key>com.apple.private.xpc.persona-creator</key>
<true/>
<key>com.apple.private.xpc.persona-manager</key>
<true/>
<key>com.apple.private.persona-mgmt</key>
<true/>
<key>com.apple.private.xpc.service-attach</key>
<true/>
<key>com.apple.private.xpc.service-configure</key>
<true/>
<key>platform-application</key>
<true/>
<key>get-task-allow</key>
<true/>
<key>task_for_pid-allow</key>
<true/>
<key>run-unsigned-code</key>
<true/>
<key>com.apple.system-task-ports</key>
<true/>
<key>com.apple.private.security.storage.AppBundles</key>
<true/>
<key>com.apple.private.security.storage.AppDataContainers</key>
<true/>
<key>com.apple.security.iokit-user-client-class</key>
<array>
<string>AGXDevice</string>
<string>AGXCommandQueue</string>
<string>AGXSharedUserClient</string>
<string>AGXDeviceUserClient</string>
<string>iokit-open-user-client</string>
<string>IOSurfaceRootUserClient</string>
</array>
<key>com.apple.developer.driverkit</key>
<true/>
<key>com.apple.developer.driverkit.userclient-access</key>
<true/>
<key>com.apple.private.memorystatus</key>
<true/>
<key>com.apple.security.exception.mach-lookup.global-name</key>
<array>
<string>com.apple.mmaintenanced</string>
<string>com.apple.memory-maintenance</string>
</array>
<key>com.apple.AutoWake-write-access</key>
<true/>
<key>com.apple.springboard.wallpaper-access</key>
<true/>
<key>com.apple.features.all-access</key>
<true/>
<key>com.apple.springboard.appbackgroundstyle</key>
<true/>
<key>com.apple.springboard.wallpaperAnimationSuspension</key>
<true/>
</dict>
</plist>