mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Fix mpv running with youtube-dl on Debian systems
youtube-dl uses python3 as shebang, which symlinks to python3.5. -> both need to be added to private-bin. Reported by Martin Dosch on https://bugs.debian.org/872287
This commit is contained in:
parent
2158d8d04e
commit
20d96e1fc6
1 changed files with 1 additions and 1 deletions
|
|
@ -23,5 +23,5 @@ seccomp
|
|||
shell none
|
||||
tracelog
|
||||
|
||||
private-bin mpv,youtube-dl,python,python2.7,python3.6,env
|
||||
private-bin mpv,youtube-dl,python,python2.7,python3,python3.5,python3.6,env
|
||||
private-dev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue