aboutsummaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--etc/profile-m-z/rssguard.profile1
-rw-r--r--etc/templates/profile.template3
2 files changed, 4 insertions, 0 deletions
diff --git a/etc/profile-m-z/rssguard.profile b/etc/profile-m-z/rssguard.profile
index ce455baba..127bfe863 100644
--- a/etc/profile-m-z/rssguard.profile
+++ b/etc/profile-m-z/rssguard.profile
@@ -8,6 +8,7 @@ include globals.local
8 8
9noblacklist ${HOME}/.config/RSS Guard 4 9noblacklist ${HOME}/.config/RSS Guard 4
10 10
11# Allow nodejs (blacklisted by disable-interpreters.inc)
11include allow-nodejs.inc 12include allow-nodejs.inc
12 13
13include disable-common.inc 14include disable-common.inc
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