aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/filezilla.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2020-11-03 17:15:37 +0000
committerLibravatar GitHub <noreply@github.com>2020-11-03 17:15:37 +0000
commitffcce779404052f9e677473c6cbf699e8c6f278f (patch)
tree4fb8f2c5810f86bc1dac863dbadbbbaebbea399f /etc/profile-a-l/filezilla.profile
parentAdd spectacle's profile (#3717) (diff)
downloadfirejail-ffcce779404052f9e677473c6cbf699e8c6f278f.tar.gz
firejail-ffcce779404052f9e677473c6cbf699e8c6f278f.tar.zst
firejail-ffcce779404052f9e677473c6cbf699e8c6f278f.zip
fix ${HOME}/.ssh access in filezilla.profile
This fixes #3722.
Diffstat (limited to 'etc/profile-a-l/filezilla.profile')
-rw-r--r--etc/profile-a-l/filezilla.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/profile-a-l/filezilla.profile b/etc/profile-a-l/filezilla.profile
index 6c7ab8f0d..43e877fd0 100644
--- a/etc/profile-a-l/filezilla.profile
+++ b/etc/profile-a-l/filezilla.profile
@@ -8,6 +8,7 @@ include globals.local
8 8
9noblacklist ${HOME}/.config/filezilla 9noblacklist ${HOME}/.config/filezilla
10noblacklist ${HOME}/.filezilla 10noblacklist ${HOME}/.filezilla
11noblacklist ${HOME}/.ssh
11 12
12# Allow python (blacklisted by disable-interpreters.inc) 13# Allow python (blacklisted by disable-interpreters.inc)
13include allow-python2.inc 14include allow-python2.inc