aboutsummaryrefslogtreecommitdiffstats
path: root/etc/filezilla.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/filezilla.profile')
-rw-r--r--etc/filezilla.profile7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/filezilla.profile b/etc/filezilla.profile
index 0f6cb22f3..1bc78e5ef 100644
--- a/etc/filezilla.profile
+++ b/etc/filezilla.profile
@@ -8,8 +8,15 @@ include /etc/firejail/globals.local
8noblacklist ${HOME}/.config/filezilla 8noblacklist ${HOME}/.config/filezilla
9noblacklist ${HOME}/.filezilla 9noblacklist ${HOME}/.filezilla
10 10
11# Allow python (blacklisted by disable-interpreters.inc)
12noblacklist ${PATH}/python2*
13noblacklist ${PATH}/python3*
14noblacklist /usr/lib/python2*
15noblacklist /usr/lib/python3*
16
11include /etc/firejail/disable-common.inc 17include /etc/firejail/disable-common.inc
12include /etc/firejail/disable-devel.inc 18include /etc/firejail/disable-devel.inc
19include /etc/firejail/disable-interpreters.inc
13include /etc/firejail/disable-programs.inc 20include /etc/firejail/disable-programs.inc
14include /etc/firejail/whitelist-var-common.inc 21include /etc/firejail/whitelist-var-common.inc
15 22