aboutsummaryrefslogtreecommitdiffstats
path: root/etc/templates
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-03-30 20:38:01 +0000
committerLibravatar GitHub <noreply@github.com>2024-03-30 20:38:01 +0000
commitbaad57d4cd4a3570e3f334757197bd4caa765d20 (patch)
tree01b930810742a6f73a23880bf5569c779d374619 /etc/templates
parentRELNOTES: move bugfix item into profiles (diff)
downloadfirejail-baad57d4cd4a3570e3f334757197bd4caa765d20.tar.gz
firejail-baad57d4cd4a3570e3f334757197bd4caa765d20.tar.zst
firejail-baad57d4cd4a3570e3f334757197bd4caa765d20.zip
profiles: add allow-nodejs.inc to profile.template (#6298)
To make it consistent with the other include profiles. See etc/templates/profile.template. Relates to #3866 #5881.
Diffstat (limited to 'etc/templates')
-rw-r--r--etc/templates/profile.template3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/templates/profile.template b/etc/templates/profile.template
index 347cbeb3c..d39e16025 100644
--- a/etc/templates/profile.template
+++ b/etc/templates/profile.template
@@ -88,6 +88,9 @@ include globals.local
88# Allow lua (blacklisted by disable-interpreters.inc) 88# Allow lua (blacklisted by disable-interpreters.inc)
89#include allow-lua.inc 89#include allow-lua.inc
90 90
91# Allow nodejs (blacklisted by disable-interpreters.inc)
92#include allow-nodejs.inc
93
91# Allow perl (blacklisted by disable-interpreters.inc) 94# Allow perl (blacklisted by disable-interpreters.inc)
92#include allow-perl.inc 95#include allow-perl.inc
93 96