mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-24 06:02:28 -06:00
23 lines
474 B
Text
23 lines
474 B
Text
# This file is overwritten during software install.
|
|
# Persistent customizations should go in a .local file.
|
|
include /etc/firejail/synfigstudio.local
|
|
|
|
# synfigstudio
|
|
noblacklist ${HOME}/.config/synfig
|
|
noblacklist ${HOME}/.synfig
|
|
include /etc/firejail/disable-common.inc
|
|
include /etc/firejail/disable-programs.inc
|
|
include /etc/firejail/disable-passwdmgr.inc
|
|
|
|
caps.drop all
|
|
netfilter
|
|
nonewprivs
|
|
noroot
|
|
protocol unix
|
|
seccomp
|
|
|
|
noexec ${HOME}
|
|
noexec /tmp
|
|
|
|
private-dev
|
|
private-tmp
|