mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
36 lines
727 B
Text
36 lines
727 B
Text
# Firejail profile for natron
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include natron.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.Natron
|
|
noblacklist ${HOME}/.cache/INRIA/Natron
|
|
noblacklist ${HOME}/.config/INRIA
|
|
|
|
# Allow python (blacklisted by disable-interpreters.inc)
|
|
include allow-python2.inc
|
|
include allow-python3.inc
|
|
|
|
include disable-common.inc
|
|
include disable-devel.inc
|
|
include disable-exec.inc
|
|
include disable-interpreters.inc
|
|
include disable-passwdmgr.inc
|
|
include disable-programs.inc
|
|
|
|
caps.drop all
|
|
net none
|
|
nodbus
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
notv
|
|
nou2f
|
|
protocol unix
|
|
seccomp
|
|
shell none
|
|
|
|
private-bin natron,Natron,NatronRenderer
|