aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2022-03-21 03:15:06 +0000
committerLibravatar GitHub <noreply@github.com>2022-03-21 03:15:06 +0000
commit376c100779ae7e26bbbd68d5550bab6e2eaa6a35 (patch)
tree101539f5b44dc129e6bebceed3f349defb7eb5fc /etc
parentCreate semver.profile (diff)
downloadfirejail-376c100779ae7e26bbbd68d5550bab6e2eaa6a35.tar.gz
firejail-376c100779ae7e26bbbd68d5550bab6e2eaa6a35.tar.zst
firejail-376c100779ae7e26bbbd68d5550bab6e2eaa6a35.zip
nodejs-common: fix note
Diffstat (limited to 'etc')
-rw-r--r--etc/profile-m-z/nodejs-common.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/profile-m-z/nodejs-common.profile b/etc/profile-m-z/nodejs-common.profile
index 6382c29f4..dd3080ad9 100644
--- a/etc/profile-m-z/nodejs-common.profile
+++ b/etc/profile-m-z/nodejs-common.profile
@@ -7,7 +7,7 @@ include nodejs-common.local
7# added by caller profile 7# added by caller profile
8#include globals.local 8#include globals.local
9 9
10NOTE: gulp, node-gyp, npm, npx, semver and yarn are all node scripts 10# NOTE: gulp, node-gyp, npm, npx, semver and yarn are all node scripts
11# using the `#!/usr/bin/env node` shebang. By sandboxing node the full 11# using the `#!/usr/bin/env node` shebang. By sandboxing node the full
12# node.js stack will be firejailed. The only exception is nvm, which is implemented 12# node.js stack will be firejailed. The only exception is nvm, which is implemented
13# as a sourced shell function, not an executable binary. Hence it is not 13# as a sourced shell function, not an executable binary. Hence it is not