aboutsummaryrefslogtreecommitdiffstats
path: root/etc/templates
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2021-01-30 00:37:01 +0000
committerLibravatar GitHub <noreply@github.com>2021-01-30 00:37:01 +0000
commitdbd8925fd98036647db04dcf902f5585752c8289 (patch)
treed337d510897cf1c2dc19f246e68e952d2c765af4 /etc/templates
parentFix #3925 -- telegram-desktop launch browser for … (diff)
parentdisable-common.inc: add missing openssh paths (diff)
downloadfirejail-dbd8925fd98036647db04dcf902f5585752c8289.tar.gz
firejail-dbd8925fd98036647db04dcf902f5585752c8289.tar.zst
firejail-dbd8925fd98036647db04dcf902f5585752c8289.zip
Merge pull request #3885 from kmk3/fix-ssh
ssh: Refactor, fix bugs & harden
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 8b44b0bc0..9e9fc3fe9 100644
--- a/etc/templates/profile.template
+++ b/etc/templates/profile.template
@@ -103,6 +103,9 @@ include globals.local
103# Allows files commonly used by IDEs 103# Allows files commonly used by IDEs
104#include allow-common-devel.inc 104#include allow-common-devel.inc
105 105
106# Allow ssh (blacklisted by disable-common.inc)
107#include allow-ssh.inc
108
106#include disable-common.inc 109#include disable-common.inc
107#include disable-devel.inc 110#include disable-devel.inc
108#include disable-exec.inc 111#include disable-exec.inc