mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-24 22:01:53 -06:00
24 lines
553 B
Text
24 lines
553 B
Text
# This file is overwritten during software install.
|
|
# Persistent customizations should go in a .local file.
|
|
include /etc/firejail/filezilla.local
|
|
|
|
# FileZilla ftp profile
|
|
noblacklist ${HOME}/.filezilla
|
|
noblacklist ${HOME}/.config/filezilla
|
|
|
|
include /etc/firejail/disable-common.inc
|
|
include /etc/firejail/disable-programs.inc
|
|
include /etc/firejail/disable-devel.inc
|
|
|
|
caps.drop all
|
|
netfilter
|
|
nonewprivs
|
|
noroot
|
|
nosound
|
|
protocol unix,inet,inet6
|
|
seccomp
|
|
shell none
|
|
|
|
private-bin filezilla,uname,sh,python,lsb_release,fzputtygen,fzsftp
|
|
private-dev
|
|
private-tmp
|