mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
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.
This commit is contained in:
parent
881a4cc419
commit
f17e3c97af
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue