]> git.sesse.net Git - vlc/blob - extras/package/macosx/VLC.entitlements
macosx: add sandbox rules for growl notifications
[vlc] / extras / package / macosx / VLC.entitlements
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5         <key>com.apple.security.app-sandbox</key>
6         <true/>
7         <key>com.apple.security.assets.movies.read-write</key>
8         <true/>
9         <key>com.apple.security.assets.music.read-write</key>
10         <true/>
11         <key>com.apple.security.assets.pictures.read-write</key>
12         <true/>
13         <key>com.apple.security.device.camera</key>
14         <true/>
15         <key>com.apple.security.device.microphone</key>
16         <true/>
17         <key>com.apple.security.device.usb</key>
18         <true/>
19         <key>com.apple.security.device.serial</key>
20         <true/>
21         <key>com.apple.security.files.downloads.read-write</key>
22         <true/>
23         <key>com.apple.security.files.user-selected.read-write</key>
24         <true/>
25         <key>com.apple.security.network.client</key>
26         <true/>
27         <key>com.apple.security.network.server</key>
28         <true/>
29         <key>com.apple.security.temporary-exception.files.home-relative-path.read-only</key>
30         <string>/</string>
31         <key>com.apple.security.temporary-exception.files.absolute-path.read-only</key>
32         <string>/tmp/</string>
33         <key>com.apple.security.temporary-exception.apple-events</key>
34         <string>com.Growl.GrowlHelperApp</string>
35         <key>com.apple.security.temporary-exception.mach-lookup.global-name</key>
36         <string>GrowlApplicationBridgePathway</string>
37 </dict>
38 </plist>