mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #7032] [MERGED] profiles: add deno paths #6284
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#6284
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?
📋 Pull Request Information
Original PR: https://github.com/netblue30/firejail/pull/7032
Author: @kmk3
Created: 1/14/2026
Status: ✅ Merged
Merged: 1/16/2026
Merged by: @netblue30
Base:
master← Head:profiles-add-deno📝 Commits (1)
2ba2f2dprofiles: add deno paths📊 Changes
6 files changed (+17 additions, -0 deletions)
View changed files
📝
etc/inc/allow-common-devel.inc(+4 -0)📝
etc/inc/disable-common.inc(+2 -0)📝
etc/inc/disable-interpreters.inc(+3 -0)📝
etc/inc/disable-programs.inc(+2 -0)📝
etc/profile-m-z/nodejs-common.profile(+4 -0)📝
etc/profile-m-z/yt-dlp.profile(+2 -0)📄 Description
Add paths in the same places as nodejs/npm paths.
Deno is a javascript runtime and development tool similar to nodejs.
The following paths seem to be intended for downloading and caching
dependencies (and apparently also artifacts from .ts to .js compilation)
globally during development (as can be done with ~/.npm):
Note that this commit makes these paths read-only (as npm dependencies
are usually executable code), which may potentially affect users of the
runtime (like yt-dlp).
Related commits:
f2de86464("tentative fix for yt-dlp/javaScript deno profile (#6999)",2026-01-13)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.