aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z
diff options
context:
space:
mode:
authorLibravatar Ted Robertson <10043369+tredondo@users.noreply.github.com>2021-03-11 11:26:16 -1000
committerLibravatar GitHub <noreply@github.com>2021-03-11 11:26:16 -1000
commit464454a5105bb1b59cfefcc0ab8d777bddb38b3a (patch)
tree468f301cf793bdf637efdccfc62c57bee4ff77bc /etc/profile-m-z
parentFix #4044 -- skypeforlinux fails to start… (diff)
downloadfirejail-464454a5105bb1b59cfefcc0ab8d777bddb38b3a.tar.gz
firejail-464454a5105bb1b59cfefcc0ab8d777bddb38b3a.tar.zst
firejail-464454a5105bb1b59cfefcc0ab8d777bddb38b3a.zip
Document enabling debugging for Node.js
Diffstat (limited to 'etc/profile-m-z')
-rw-r--r--etc/profile-m-z/nodejs-common.profile5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/profile-m-z/nodejs-common.profile b/etc/profile-m-z/nodejs-common.profile
index c12fc9a78..3f2c52f90 100644
--- a/etc/profile-m-z/nodejs-common.profile
+++ b/etc/profile-m-z/nodejs-common.profile
@@ -1,5 +1,6 @@
1# Firejail profile for Node.js 1# Firejail profile for Node.js
2# Description: Common profile for npm/yarn 2# Description: Asynchronous event-driven JavaScript runtime
3# See comments for enabling debugging with certain IDEs
3# This file is overwritten after every install/update 4# This file is overwritten after every install/update
4# Persistent local customizations 5# Persistent local customizations
5include nodejs-common.local 6include nodejs-common.local
@@ -45,7 +46,9 @@ shell none
45 46
46disable-mnt 47disable-mnt
47private-dev 48private-dev
49# May need to add `passwd` to `private-etc` below to enable debugging with some IDEs
48private-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 50private-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
51# May need to be commented out in order to enable debugging with some IDEs
49private-tmp 52private-tmp
50 53
51dbus-user none 54dbus-user none