From 464454a5105bb1b59cfefcc0ab8d777bddb38b3a Mon Sep 17 00:00:00 2001 From: Ted Robertson <10043369+tredondo@users.noreply.github.com> Date: Thu, 11 Mar 2021 11:26:16 -1000 Subject: Document enabling debugging for Node.js --- etc/profile-m-z/nodejs-common.profile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'etc/profile-m-z') 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 @@ # 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 -- cgit v1.2.3-54-g00ecf