aboutsummaryrefslogtreecommitdiffstats
path: root/etc/templates/profile.template
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2020-08-09 20:16:35 +0200
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2020-08-09 20:16:35 +0200
commit613dad2103e5690e621a9182a520890f17b69a3c (patch)
tree8b43e1dc007907a8787b8b880261feb504dfb368 /etc/templates/profile.template
parentprofile fixes (1) (diff)
downloadfirejail-613dad2103e5690e621a9182a520890f17b69a3c.tar.gz
firejail-613dad2103e5690e621a9182a520890f17b69a3c.tar.zst
firejail-613dad2103e5690e621a9182a520890f17b69a3c.zip
profile fixes (2)
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 dcf6dd201..7bfc3cf0d 100644
--- a/etc/templates/profile.template
+++ b/etc/templates/profile.template
@@ -87,6 +87,9 @@ include globals.local
87# Allow lua (blacklisted by disable-interpreters.inc) 87# Allow lua (blacklisted by disable-interpreters.inc)
88#include allow-lua.inc 88#include allow-lua.inc
89 89
90# Allow ruby (blacklisted by disable-interpreters.inc)
91#include allow-ruby.inc
92
90# Allows files commonly used by IDEs 93# Allows files commonly used by IDEs
91#include allow-common-devel.inc 94#include allow-common-devel.inc
92 95