From e93fbf3bd23a243e2dafecb2af07353049c3b890 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sun, 21 Aug 2016 19:37:04 -0400 Subject: disable ssh-agent sockets in disable-programs.inc --- etc/disable-programs.inc | 3 +++ etc/ssh.profile | 1 + 2 files changed, 4 insertions(+) (limited to 'etc') 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 blacklist ${HOME}/.local/share/psi+ blacklist ${HOME}/.local/share/pix blacklist ${HOME}/.local/share/gnome-chess + +# ssh +blacklist /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 @@ # ssh client noblacklist ~/.ssh +noblacklist /tmp/ssh-* include /etc/firejail/disable-common.inc include /etc/firejail/disable-programs.inc -- cgit v1.2.3-54-g00ecf