aboutsummaryrefslogtreecommitdiffstats
path: root/etc/templates/profile.template
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2020-01-25 22:15:20 +0000
committerLibravatar GitHub <noreply@github.com>2020-01-25 22:15:20 +0000
commit0e85136b5de52a7d949d8f7512ca8493776b144d (patch)
tree82cf4b589e83cfd2b7a26177253d874421ec194c /etc/templates/profile.template
parentnew profile: gnome-passwordsafe (diff)
downloadfirejail-0e85136b5de52a7d949d8f7512ca8493776b144d.tar.gz
firejail-0e85136b5de52a7d949d8f7512ca8493776b144d.tar.zst
firejail-0e85136b5de52a7d949d8f7512ca8493776b144d.zip
blacklist gjs in disable-interpreters (#3186)
* blacklist gjs in disable-interpreters * Update
Diffstat (limited to 'etc/templates/profile.template')
-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 828b3f50e..0362b82af 100644
--- a/etc/templates/profile.template
+++ b/etc/templates/profile.template
@@ -93,6 +93,9 @@ include globals.local
93# Allow ruby (blacklisted by disable-interpreters.inc) 93# Allow ruby (blacklisted by disable-interpreters.inc)
94#include allow-ruby.inc 94#include allow-ruby.inc
95 95
96# Allow gjs (blacklisted by disable-interpreters.inc)
97#include allow-gjs.inc
98
96# Allows files commonly used by IDEs 99# Allows files commonly used by IDEs
97#include allow-common-devel.inc 100#include allow-common-devel.inc
98 101