aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/ssh-agent.profile
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/profile-m-z/ssh-agent.profile
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/profile-m-z/ssh-agent.profile')
-rw-r--r--etc/profile-m-z/ssh-agent.profile5
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/profile-m-z/ssh-agent.profile b/etc/profile-m-z/ssh-agent.profile
index 01b63d3ce..5802299a3 100644
--- a/etc/profile-m-z/ssh-agent.profile
+++ b/etc/profile-m-z/ssh-agent.profile
@@ -6,9 +6,8 @@ include ssh-agent.local
6# Persistent global definitions 6# Persistent global definitions
7include globals.local 7include globals.local
8 8
9noblacklist /etc/ssh 9# Allow ssh (blacklisted by disable-common.inc)
10noblacklist /tmp/ssh-* 10include allow-ssh.inc
11noblacklist ${HOME}/.ssh
12 11
13blacklist /tmp/.X11-unix 12blacklist /tmp/.X11-unix
14blacklist ${RUNUSER}/wayland-* 13blacklist ${RUNUSER}/wayland-*