aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/ssh.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2021-01-11 17:17:18 +0000
committerLibravatar GitHub <noreply@github.com>2021-01-11 17:17:18 +0000
commit2c85ded2b0daaac085d6714461db3484b3489b05 (patch)
tree16f502865dee5a2ad411434b27fd40979eebc87e /etc/profile-m-z/ssh.profile
parentImprovements to balsa,fractal,gajim,trojita (#3791) (diff)
downloadfirejail-2c85ded2b0daaac085d6714461db3484b3489b05.tar.gz
firejail-2c85ded2b0daaac085d6714461db3484b3489b05.tar.zst
firejail-2c85ded2b0daaac085d6714461db3484b3489b05.zip
fix ordering in ssh.profile (#3882)
Diffstat (limited to 'etc/profile-m-z/ssh.profile')
-rw-r--r--etc/profile-m-z/ssh.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/profile-m-z/ssh.profile b/etc/profile-m-z/ssh.profile
index d873a5672..e3e2b4541 100644
--- a/etc/profile-m-z/ssh.profile
+++ b/etc/profile-m-z/ssh.profile
@@ -19,8 +19,8 @@ include disable-exec.inc
19include disable-passwdmgr.inc 19include disable-passwdmgr.inc
20include disable-programs.inc 20include disable-programs.inc
21 21
22whitelist ${RUNUSER}/keyring/ssh
23whitelist ${RUNUSER}/gnupg/S.gpg-agent.ssh 22whitelist ${RUNUSER}/gnupg/S.gpg-agent.ssh
23whitelist ${RUNUSER}/keyring/ssh
24include whitelist-usr-share-common.inc 24include whitelist-usr-share-common.inc
25include whitelist-runuser-common.inc 25include whitelist-runuser-common.inc
26 26