mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4166] npm and pip profiles #2560
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#2560
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 @muziker on GitHub (Apr 5, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4166
These are two very popular methods of installing new libraries for coding. Is there a profile for keeping these sandboxed? npm by default installs node_modules locally in the project, and python's pip can have separate library paths from the system installed python using virtualenv. Since both these library managers, together with their interpreters themselves can be compiled and installed separate from the system versions, a sandbox that restricts these should work. Has anyone got a profile for this? Or is the default profile good enough?
@rusty-snake commented on GitHub (Apr 5, 2021):
npm has a profile (npm.profile) which you can easily find by searching for
npm.profileon https://github.com/netblue30/firejail/find/master and pip has no profile yet.@rusty-snake commented on GitHub (Apr 5, 2021):
Duplicate of #2666
@muziker commented on GitHub (Apr 5, 2021):
I was using the repo version of firejail, so the newer profile isn't there. I'll see if those can work with the older version of firejail
@rusty-snake commented on GitHub (Jun 10, 2021):
I'm closing here due to inactivity, please fell free to request to reopen if you still have this issue.