aboutsummaryrefslogtreecommitdiffstats
path: root/etc/mpv.profile
diff options
context:
space:
mode:
authorLibravatar Pig Monkey <pm@pig-monkey.com>2017-05-18 15:31:50 -0700
committerLibravatar Pig Monkey <pm@pig-monkey.com>2017-05-18 15:31:50 -0700
commitd618ded0deea1c6747311d4e9145d3e9a29ee83b (patch)
tree057c1a1becc2350e88a758c01f1c6d8b3ebdd349 /etc/mpv.profile
parentmerges (diff)
downloadfirejail-d618ded0deea1c6747311d4e9145d3e9a29ee83b.tar.gz
firejail-d618ded0deea1c6747311d4e9145d3e9a29ee83b.tar.zst
firejail-d618ded0deea1c6747311d4e9145d3e9a29ee83b.zip
allow python and python3 for youtube-dl in MPV profile
This is required for MPV to successfully use youtube-dl on Arch. I'm not sure if other distros still ship youtube-dl with python2, or if python2.7 can be removed.
Diffstat (limited to 'etc/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