aboutsummaryrefslogtreecommitdiffstats
path: root/etc/templates
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-04-17 12:36:06 +0200
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-04-17 12:36:39 +0200
commit6fe90eb8e6a90da293096d6764469ccd8bbc5c68 (patch)
tree4a7bb103dc25508f11c7322d7dc3fe8ba63f5234 /etc/templates
parentMerge pull request #4196 from pholodniak/patch-1 (diff)
downloadfirejail-6fe90eb8e6a90da293096d6764469ccd8bbc5c68.tar.gz
firejail-6fe90eb8e6a90da293096d6764469ccd8bbc5c68.tar.zst
firejail-6fe90eb8e6a90da293096d6764469ccd8bbc5c68.zip
Add allow-bin-sh.inc to profile.template
[skip ci]
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 065245a63..043e83c58 100644
--- a/etc/templates/profile.template
+++ b/etc/templates/profile.template
@@ -103,6 +103,9 @@ include globals.local
103# Allow ruby (blacklisted by disable-interpreters.inc) 103# Allow ruby (blacklisted by disable-interpreters.inc)
104#include allow-ruby.inc 104#include allow-ruby.inc
105 105
106# Allow /bin/sh (blacklisted by disable-shell.inc)
107#include allow-bin-sh.inc
108
106# Allow ssh (blacklisted by disable-common.inc) 109# Allow ssh (blacklisted by disable-common.inc)
107#include allow-ssh.inc 110#include allow-ssh.inc
108 111