mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #6999] yt-dlp: No supported JavaScript runtime could be found (deno) #3448
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#3448
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hyder365 on GitHub (Dec 23, 2025).
Original GitHub issue: https://github.com/netblue30/firejail/issues/6999
Description
Since recently, yt-dlp pulls in a javascript engine to download Youtube videos. By default it uses deno for this. The profile for yt-dlp needs access to deno if installed for javascript.
Steps to Reproduce
firejail yt-dlp URL-HERE
Expected behavior
No warnings
Actual behavior
Environment
Arch Linux, latest everything
Checklist
firejail /usr/bin/vlcinstead offirejail vlc; seehttps://github.com/netblue30/firejail/issues/2877)/usr/bin/vlc) "fixes" it).https://github.com/netblue30/firejail/issues/1139)browser-allow-drm yes/browser-disable-u2f noinfirejail.configto allow DRM/U2F in browsers.--profile=PROFILENAMEto set the right profile. (Only relevant for AppImages)@dogknowsnx commented on GitHub (Jan 7, 2026):
Not sure that deno/java is the problem here.
I need to add the following in order to get past python-related errors ever since
yt-dlpv2025.12.08:yt-dlp.local:But I still haven't figured out:
firejail version 0.9.79on Void Linux@netblue30 commented on GitHub (Jan 13, 2026):
Possible fix:
f2de86464dTested on void (musl libc) and cachyos. Give it a try, thanks!
@dogknowsnx commented on GitHub (Jan 13, 2026):
Thanks for looking into this.
W/ the proposed changes I still get:
@netblue30 commented on GitHub (Jan 13, 2026):
What happens if you comment out private-bin line?
@dogknowsnx commented on GitHub (Jan 13, 2026):
Same, unfortunately
@kmk3 commented on GitHub (Feb 23, 2026):
This fixed yt-dlp on Artix.
@dogknowsnx
If yt-dlp does not work on Void, please retry with the latest firejail-git and
open a new issue.
@dogknowsnx commented on GitHub (Feb 23, 2026):
Great work, the issue has been fixed!
@netblue30 Please considere a new release soon. Thanks!