mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
26 lines
620 B
Text
26 lines
620 B
Text
# Firejail profile for filezilla
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include /etc/firejail/filezilla.local
|
|
# Persistent global definitions
|
|
include /etc/firejail/globals.local
|
|
|
|
noblacklist ${HOME}/.config/filezilla
|
|
noblacklist ${HOME}/.filezilla
|
|
|
|
include /etc/firejail/disable-common.inc
|
|
include /etc/firejail/disable-devel.inc
|
|
include /etc/firejail/disable-programs.inc
|
|
|
|
caps.drop all
|
|
netfilter
|
|
nonewprivs
|
|
noroot
|
|
nosound
|
|
protocol unix,inet,inet6
|
|
seccomp
|
|
shell none
|
|
|
|
private-bin filezilla,uname,sh,bash,dash,python,lsb_release,fzputtygen,fzsftp
|
|
private-dev
|
|
private-tmp
|