forked from guillemj/dpkg
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathlsdents.plist
More file actions
69 lines (69 loc) · 2.18 KB
/
Copy pathlsdents.plist
File metadata and controls
69 lines (69 loc) · 2.18 KB
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
<?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.security.container-required</key>
<false/>
<key>com.apple.private.skip-library-validation</key>
<true/>
<key>platform-application</key>
<true/>
<key>com.apple.MobileDataTransit.allow</key>
<true/>
<key>com.apple.coreservices.lsd</key>
<true/>
<key>com.apple.frontboardservices.display-layout-monitor</key>
<true/>
<key>com.apple.launchservices.clearadvertisingid</key>
<true/>
<key>com.apple.lsapplicationproxy.deviceidentifierforvendor</key>
<true/>
<key>com.apple.managedconfiguration.profiled-access</key>
<true/>
<key>com.apple.ondemandd.LaunchServices</key>
<true/>
<key>com.apple.private.associated-domains</key>
<true/>
<key>com.apple.private.coreservices.canforcedatabasegc</key>
<true/>
<key>com.apple.private.coreservices.canmaplsdatabase</key>
<true/>
<key>com.apple.private.coreservices.canopenactivity</key>
<true/>
<key>com.apple.private.coreservices.canresetserverstore</key>
<true/>
<key>com.apple.private.dmd.policy</key>
<true/>
<key>com.apple.private.domain-extension</key>
<true/>
<key>com.apple.private.kernel.set-package-extensions</key>
<true/>
<key>com.apple.private.mobileinstall.allowedSPI</key>
<array>
<string>InstallForDataMigrator</string>
<string>InstallLocalProvisioned</string>
<string>EnumerateInstalledAppsForLaunchServices</string>
<string>CopyInstalledAppsForLaunchServices</string>
<string>CopyDiskUsageForLaunchServices</string>
<string>UninstallForLaunchServices</string>
<string>InstallForLaunchServices</string>
<string>RebuildMapsForLaunchServices</string>
</array>
<key>com.apple.private.security.container-manager</key>
<true/>
<key>com.apple.private.tcc.manager</key>
<true/>
<key>com.apple.security.system-container</key>
<true/>
<key>com.apple.security.system-groups</key>
<array>
<string>systemgroup.com.apple.lsd</string>
</array>
<key>com.apple.springboard.launchapplications</key>
<true/>
<key>keychain-access-groups</key>
<array>
<string>com.apple.SharedWebCredentials</string>
</array>
</dict>
</plist>