From 20d96e1fc69dfa3ed6c07db1af585f53b7ea60a7 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Tue, 15 Aug 2017 21:42:21 +0200 Subject: Fix mpv running with youtube-dl on Debian systems youtube-dl uses python3 as shebang, which symlinks to python3.5. -> both need to be added to private-bin. Reported by Martin Dosch on https://bugs.debian.org/872287 --- etc/mpv.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/mpv.profile b/etc/mpv.profile index 56192ac17..0592751ef 100644 --- a/etc/mpv.profile +++ b/etc/mpv.profile @@ -23,5 +23,5 @@ seccomp shell none tracelog -private-bin mpv,youtube-dl,python,python2.7,python3.6,env +private-bin mpv,youtube-dl,python,python2.7,python3,python3.5,python3.6,env private-dev -- cgit v1.2.3-54-g00ecf