Skip to content

Commit

Permalink
Document enabling debugging for Node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tredondo committed Mar 11, 2021
1 parent c82aae7 commit 464454a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion etc/profile-m-z/nodejs-common.profile
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 464454a

Please sign in to comment.