mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
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.
This commit is contained in:
parent
3c2c0c08fd
commit
d618ded0de
1 changed files with 1 additions and 1 deletions
|
|
@ -19,4 +19,4 @@ seccomp
|
|||
|
||||
# to test
|
||||
shell none
|
||||
private-bin mpv,youtube-dl,python2.7
|
||||
private-bin mpv,youtube-dl,python,python2.7,python3.6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue