mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Document enabling debugging for Node.js
This commit is contained in:
parent
c82aae72b5
commit
464454a510
1 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
# Firejail profile for Node.js
|
||||
# Description: Common profile for npm/yarn
|
||||
# Description: Asynchronous event-driven JavaScript runtime
|
||||
# See comments for enabling debugging with certain IDEs
|
||||
# This file is overwritten after every install/update
|
||||
# Persistent local customizations
|
||||
include nodejs-common.local
|
||||
|
|
@ -45,7 +46,9 @@ shell none
|
|||
|
||||
disable-mnt
|
||||
private-dev
|
||||
# May need to add `passwd` to `private-etc` below to enable debugging with some IDEs
|
||||
private-etc alternatives,ca-certificates,crypto-policies,host.conf,hostname,hosts,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,locale,locale.alias,locale.conf,localtime,login.defs,mime.types,nsswitch.conf,pki,protocols,resolv.conf,rpc,services,ssl,xdg
|
||||
# May need to be commented out in order to enable debugging with some IDEs
|
||||
private-tmp
|
||||
|
||||
dbus-user none
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue