aboutsummaryrefslogtreecommitdiffstats
path: root/etc/templates
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-08-22 15:16:43 +0000
committerLibravatar GitHub <noreply@github.com>2019-08-22 15:16:43 +0000
commit7582aaffce1e2266e3ff163495c39d001ab0ef21 (patch)
treea0ae36f8aee4e482af9e356efdf245bf59ac59f3 /etc/templates
parentupdate syscalls.txt (diff)
parentadd allow-common-devel to more profiles (diff)
downloadfirejail-7582aaffce1e2266e3ff163495c39d001ab0ef21.tar.gz
firejail-7582aaffce1e2266e3ff163495c39d001ab0ef21.tar.zst
firejail-7582aaffce1e2266e3ff163495c39d001ab0ef21.zip
Merge pull request #2921 from rusty-snake/allow-common-devel.inc
Introduce allow-common-devel.inc
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 2fc5c3ef1..0d67e222f 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# Allows files commonly used by IDEs
91#include allow-common-devel.inc
92
90#include disable-common.inc 93#include disable-common.inc
91#include disable-devel.inc 94#include disable-devel.inc
92#include disable-exec.inc 95#include disable-exec.inc