[vlc-commits] macosx: add sandbox rules for growl notifications

David Fuhrmann git at videolan.org
Thu Jun 21 22:21:20 CEST 2012


vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Thu Jun 21 22:20:04 2012 +0200| [9b8190ed3d38623a7510b6457f9d1de459485dc4] | committer: David Fuhrmann

macosx: add sandbox rules for growl notifications

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9b8190ed3d38623a7510b6457f9d1de459485dc4
---

 extras/package/macosx/VLC.entitlements |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/extras/package/macosx/VLC.entitlements b/extras/package/macosx/VLC.entitlements
index 98f34b3..2a63086 100644
--- a/extras/package/macosx/VLC.entitlements
+++ b/extras/package/macosx/VLC.entitlements
@@ -30,5 +30,9 @@
 	<string>/</string>
 	<key>com.apple.security.temporary-exception.files.absolute-path.read-only</key>
 	<string>/tmp/</string>
+	<key>com.apple.security.temporary-exception.apple-events</key>
+	<string>com.Growl.GrowlHelperApp</string>
+	<key>com.apple.security.temporary-exception.mach-lookup.global-name</key>
+	<string>GrowlApplicationBridgePathway</string>
 </dict>
 </plist>



More information about the vlc-commits mailing list