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
This commit is contained in:
Reiner Herrmann 2017-08-15 21:42:21 +02:00
parent 2158d8d04e
commit 20d96e1fc6

View file

@ -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