aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/nodejs-common.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2023-07-25 19:32:12 +0000
committerLibravatar GitHub <noreply@github.com>2023-07-25 19:32:12 +0000
commit63b306179fb3f57c96d036de665deb5ce7db3ab7 (patch)
treeff5526d80cc808a86abe235a12fa649c7ae5ffcc /etc/profile-m-z/nodejs-common.profile
parentfirefox(-based) profiles: refactor wusc (#5914) (diff)
downloadfirejail-63b306179fb3f57c96d036de665deb5ce7db3ab7.tar.gz
firejail-63b306179fb3f57c96d036de665deb5ce7db3ab7.tar.zst
firejail-63b306179fb3f57c96d036de665deb5ce7db3ab7.zip
profiles: Miscellaneous cleanups (#5918)
Diffstat (limited to 'etc/profile-m-z/nodejs-common.profile')
-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 f3b0c8a49..4c463521c 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
10# NOTE: 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