mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #6908] webstorm: node: Warning: an existing sandbox was detected #3413
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#3413
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 @salisbury-espinosa on GitHub (Sep 23, 2025).
Original GitHub issue: https://github.com/netblue30/firejail/issues/6908
WebStorm allows you to run scripts on a node internally.
When running nodejs script inside webstorm, a message pops up:
Warning: an existing sandbox was detected.Why doesn't the webstorm.profile take this into account, and are some options available for the node profile missing for WebStorm?
for example
https://github.com/netblue30/firejail/blob/master/etc/profile-m-z/nodejs-common.profile#L78
=>
dont exists in https://github.com/netblue30/firejail/blob/master/etc/profile-m-z/webstorm.profile
@kmk3 commented on GitHub (Sep 23, 2025):
Basic debugging information is missing; please follow the bug report template:
@kmk3 commented on GitHub (Sep 23, 2025):
Is it used only for running scripts or also for managing packages with npm?
Parts of nodejs-common.profile could be split into an allow-nodejs.inc profile
(as with allow-java.inc, etc).
@salisbury-espinosa commented on GitHub (Sep 24, 2025):
And scripts from package.json and npm install.
There's a convenient tool for running it within the ide, eliminating the need for a console.