Skip to content

Commit

Permalink
Merge pull request #4085 from tredondo/tredondo-nodejs
Browse files Browse the repository at this point in the history
Document enabling debugging for Node.js
  • Loading branch information
netblue30 committed Mar 19, 2021
2 parents a7acaa6 + d949366 commit 26c0319
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion etc/profile-m-z/nodejs-common.profile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Firejail profile for Node.js
# Description: Common profile for npm/yarn
# Description: Asynchronous event-driven JavaScript runtime
# This file is overwritten after every install/update
# Persistent local customizations
include nodejs-common.local
Expand Down Expand Up @@ -45,7 +45,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 26c0319

Please sign in to comment.