aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z
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/profile-m-z
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/profile-m-z')
-rw-r--r--etc/profile-m-z/rssguard.profile1
1 files changed, 1 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