From 6fe90eb8e6a90da293096d6764469ccd8bbc5c68 Mon Sep 17 00:00:00 2001 From: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Date: Sat, 17 Apr 2021 12:36:06 +0200 Subject: [PATCH] Add allow-bin-sh.inc to profile.template [skip ci] --- etc/templates/profile.template | 3 +++ 1 file changed, 3 insertions(+) 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 # Allow ruby (blacklisted by disable-interpreters.inc) #include allow-ruby.inc +# Allow /bin/sh (blacklisted by disable-shell.inc) +#include allow-bin-sh.inc + # Allow ssh (blacklisted by disable-common.inc) #include allow-ssh.inc