summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/disable-programs.inc3
-rw-r--r--etc/ssh.profile1
2 files changed, 4 insertions, 0 deletions
diff --git a/etc/disable-programs.inc b/etc/disable-programs.inc
index 26d9cf22b..2f7584241 100644
--- a/etc/disable-programs.inc
+++ b/etc/disable-programs.inc
@@ -134,3 +134,6 @@ blacklist ${HOME}/.local/share/totem
134blacklist ${HOME}/.local/share/psi+ 134blacklist ${HOME}/.local/share/psi+
135blacklist ${HOME}/.local/share/pix 135blacklist ${HOME}/.local/share/pix
136blacklist ${HOME}/.local/share/gnome-chess 136blacklist ${HOME}/.local/share/gnome-chess
137
138# ssh
139blacklist /tmp/ssh-*
diff --git a/etc/ssh.profile b/etc/ssh.profile
index a6d52c5a5..2411e46f3 100644
--- a/etc/ssh.profile
+++ b/etc/ssh.profile
@@ -1,5 +1,6 @@
1# ssh client 1# ssh client
2noblacklist ~/.ssh 2noblacklist ~/.ssh
3noblacklist /tmp/ssh-*
3 4
4include /etc/firejail/disable-common.inc 5include /etc/firejail/disable-common.inc
5include /etc/firejail/disable-programs.inc 6include /etc/firejail/disable-programs.inc