From 2c914c7d25698140feec0fb7920de7fa887390d5 Mon Sep 17 00:00:00 2001 From: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Date: Thu, 4 Jun 2020 11:55:32 +0000 Subject: disable-shell.inc (#3411) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * disable-shell.inc * add disable-shell.inc to all profiles with a … … private-bin line without bash/sh except profiles with redirect profiles. * add it to some more profiles * exclude aria2c.profile --- etc/templates/profile.template | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/templates') diff --git a/etc/templates/profile.template b/etc/templates/profile.template index be1175ce3..02d9fa076 100644 --- a/etc/templates/profile.template +++ b/etc/templates/profile.template @@ -109,6 +109,7 @@ include globals.local #include disable-interpreters.inc #include disable-passwdmgr.inc #include disable-programs.inc +#include disable-shell.inc #include disable-xdg.inc # This section often mirrors noblacklist section above. The idea is -- cgit v1.2.3-54-g00ecf