[vlc-commits] macosx: fixed EyeTV support when using the Application Sandbox (refs #5149)
Felix Paul Kühne
git at videolan.org
Mon Jun 18 22:52:27 CEST 2012
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Jun 18 22:52:17 2012 +0200| [c2cef0ea8d4c07fc373da994501026e4991b2e83] | committer: Felix Paul Kühne
macosx: fixed EyeTV support when using the Application Sandbox (refs #5149)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c2cef0ea8d4c07fc373da994501026e4991b2e83
---
extras/package/macosx/VLC.entitlements | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extras/package/macosx/VLC.entitlements b/extras/package/macosx/VLC.entitlements
index 4bff5cd..98f34b3 100644
--- a/extras/package/macosx/VLC.entitlements
+++ b/extras/package/macosx/VLC.entitlements
@@ -29,6 +29,6 @@
<key>com.apple.security.temporary-exception.files.home-relative-path.read-only</key>
<string>/</string>
<key>com.apple.security.temporary-exception.files.absolute-path.read-only</key>
- <string>/dev/</string>
+ <string>/tmp/</string>
</dict>
</plist>
More information about the vlc-commits
mailing list