-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaperture.txt
85 lines (85 loc) · 2.78 KB
/
aperture.txt
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
<?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.application-identifier</key>
<string>F9L2L89K5X.com.apple.Aperture</string>
<key>com.apple.developer.maps</key>
<true/>
<key>com.apple.private.icloud-account-access</key>
<true/>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.assets.movies.read-write</key>
<true/>
<key>com.apple.security.assets.music.read-only</key>
<true/>
<key>com.apple.security.assets.pictures.read-write</key>
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
<key>com.apple.security.library-repair.extensions</key>
<array>
<string>photolibrary</string>
<string>aplibrary</string>
<string>apvault</string>
</array>
<key>com.apple.security.library-repair.ostype</key>
<array>
<string>iPlb</string>
</array>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.network.server</key>
<true/>
<key>com.apple.security.personal-information.addressbook</key>
<true/>
<key>com.apple.security.print</key>
<true/>
<key>com.apple.security.temporary-exception.apple-events</key>
<array>
<string>com.apple.mail</string>
<string>com.apple.itunes</string>
<string>com.microsoft.outlook</string>
</array>
<key>com.apple.security.temporary-exception.files.absolute-path.read-write</key>
<string>/</string>
<key>com.apple.security.temporary-exception.mach-lookup.global-name</key>
<array>
<string>com.apple.aelwriter</string>
<string>com.apple.photostream-agent</string>
</array>
<key>com.apple.security.temporary-exception.sbpl</key>
<string>
(begin
(allow authorization-right-obtain (right-name "system.volume.external.mount"))
(allow authorization-right-obtain (right-name "system.volume.external.unmount"))
(deny network-outbound (with no-log)
(regex #"^/private/tmp/launch-"))
(allow file-ioctl
(literal "/dev/ptmx")
(literal "/dev/null")
(literal "/dev/tty")
(regex #"^/dev/ttys"))
(allow file-search)
(allow ipc-posix-sem)
(allow system-fsctl))
</string>
<key>com.apple.security.temporary-exception.shared-preference.read-only</key>
<array>
<string>com.apple.iPhoto</string>
</array>
<key>com.apple.security.temporary-exception.shared-preference.read-write</key>
<array>
<string>com.apple.Aperture</string>
<string>com.apple.iApps</string>
<string>com.apple.iLifePhotoStream</string>
<string>com.apple.iLifeAssetManagement.agent</string>
<string>com.apple.iLifeAssetManagement.crash</string>
<string>com.apple.iLifePhotoStream.importstatus</string>
<string>MobileMeAccounts</string>
<string>com.apple.ImageCapture2</string>
<string>com.apple.mcxprinting</string>
</array>
</dict>
</plist>