From f17e3c97af3f5da10da516e22a942f82764dfdfa Mon Sep 17 00:00:00 2001 From: announ Date: Fri, 30 Jun 2017 15:05:37 +0000 Subject: Allow env for youtube-dl in mpv profile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit youtube-dl uses `/usr/bin/env` as its interpreter. If `env` is not available, mpvĘžs execution of youtube-dl fails. --- etc/mpv.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/mpv.profile b/etc/mpv.profile index 9bb908c37..f60f2ed91 100644 --- a/etc/mpv.profile +++ b/etc/mpv.profile @@ -22,4 +22,4 @@ seccomp # to test shell none -private-bin mpv,youtube-dl,python,python2.7,python3.6 +private-bin mpv,youtube-dl,python,python2.7,python3.6,env -- cgit v1.2.3-54-g00ecf