From 59f7f59e02221e6ae5e34a3f3e830e4142c46f12 Mon Sep 17 00:00:00 2001 From: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Date: Wed, 5 May 2021 09:17:22 +0200 Subject: Stying fixes (mrrescue.profile, pingus.profile, profile.template) --- etc/templates/profile.template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'etc/templates') diff --git a/etc/templates/profile.template b/etc/templates/profile.template index 0a8785bf8..a7144a29f 100644 --- a/etc/templates/profile.template +++ b/etc/templates/profile.template @@ -81,6 +81,9 @@ include globals.local # `ls -aR` #noblacklist PATH +# Allow /bin/sh (blacklisted by disable-shell.inc) +#include allow-bin-sh.inc + # Allows files commonly used by IDEs #include allow-common-devel.inc @@ -103,9 +106,6 @@ 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 -- cgit v1.2.3-54-g00ecf