aboutsummaryrefslogtreecommitdiffstats
path: root/etc/templates
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2020-06-04 11:55:32 +0000
committerLibravatar GitHub <noreply@github.com>2020-06-04 11:55:32 +0000
commit2c914c7d25698140feec0fb7920de7fa887390d5 (patch)
treeee02e88b23169a7019027338e5b287516e5b4a69 /etc/templates
parentfixup! rework make realinstall and uninstall (#3435) (diff)
downloadfirejail-2c914c7d25698140feec0fb7920de7fa887390d5.tar.gz
firejail-2c914c7d25698140feec0fb7920de7fa887390d5.tar.zst
firejail-2c914c7d25698140feec0fb7920de7fa887390d5.zip
disable-shell.inc (#3411)
* 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
Diffstat (limited to 'etc/templates')
-rw-r--r--etc/templates/profile.template1
1 files changed, 1 insertions, 0 deletions
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
109#include disable-interpreters.inc 109#include disable-interpreters.inc
110#include disable-passwdmgr.inc 110#include disable-passwdmgr.inc
111#include disable-programs.inc 111#include disable-programs.inc
112#include disable-shell.inc
112#include disable-xdg.inc 113#include disable-xdg.inc
113 114
114# This section often mirrors noblacklist section above. The idea is 115# This section often mirrors noblacklist section above. The idea is