aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2017-05-18 21:49:02 -0500
committerLibravatar GitHub <noreply@github.com>2017-05-18 21:49:02 -0500
commit57ea942c8951b0aa30f7892d9d132953940e568b (patch)
tree057c1a1becc2350e88a758c01f1c6d8b3ebdd349
parentmerges (diff)
parentallow python and python3 for youtube-dl in MPV profile (diff)
downloadfirejail-57ea942c8951b0aa30f7892d9d132953940e568b.tar.gz
firejail-57ea942c8951b0aa30f7892d9d132953940e568b.tar.zst
firejail-57ea942c8951b0aa30f7892d9d132953940e568b.zip
Merge pull request #1284 from pigmonkey/mpvprofile
allow python and python3 for youtube-dl in MPV profile
-rw-r--r--etc/mpv.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/mpv.profile b/etc/mpv.profile
index d7a8d37e8..b6ecc9b56 100644
--- a/etc/mpv.profile
+++ b/etc/mpv.profile
@@ -19,4 +19,4 @@ seccomp
19 19
20# to test 20# to test
21shell none 21shell none
22private-bin mpv,youtube-dl,python2.7 22private-bin mpv,youtube-dl,python,python2.7,python3.6