aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar announ <announ@users.noreply.github.com>2017-06-30 15:05:37 +0000
committerLibravatar GitHub <noreply@github.com>2017-06-30 15:05:37 +0000
commitf17e3c97af3f5da10da516e22a942f82764dfdfa (patch)
treeaad1d33ce46a963f9ecc602b4a66bb5474fd3492
parentmerge - fix empty-string assignment in whitelisting code; to be merged on LTS... (diff)
downloadfirejail-f17e3c97af3f5da10da516e22a942f82764dfdfa.tar.gz
firejail-f17e3c97af3f5da10da516e22a942f82764dfdfa.tar.zst
firejail-f17e3c97af3f5da10da516e22a942f82764dfdfa.zip
Allow env for youtube-dl in mpv profile
youtube-dl uses `/usr/bin/env` as its interpreter. If `env` is not available, mpvĘžs execution of youtube-dl fails.
-rw-r--r--etc/mpv.profile2
1 files changed, 1 insertions, 1 deletions
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
22 22
23# to test 23# to test
24shell none 24shell none
25private-bin mpv,youtube-dl,python,python2.7,python3.6 25private-bin mpv,youtube-dl,python,python2.7,python3.6,env