mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
44 lines
894 B
Text
44 lines
894 B
Text
# Firejail profile for darktable
|
|
# Description: Virtual lighttable and darkroom for photographers
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include darktable.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.cache/darktable
|
|
noblacklist ${HOME}/.config/darktable
|
|
noblacklist ${PICTURES}
|
|
|
|
# Allow lua (blacklisted by disable-interpreters.inc)
|
|
include allow-lua.inc
|
|
|
|
# Allow perl (blacklisted by disable-interpreters.inc)
|
|
include allow-perl.inc
|
|
|
|
include disable-common.inc
|
|
include disable-devel.inc
|
|
include disable-exec.inc
|
|
include disable-interpreters.inc
|
|
include disable-programs.inc
|
|
include disable-xdg.inc
|
|
|
|
caps.drop all
|
|
netfilter
|
|
nodvd
|
|
nogroups
|
|
noinput
|
|
nonewprivs
|
|
noroot
|
|
nosound
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol unix,inet,inet6
|
|
seccomp
|
|
|
|
#private-bin darktable,exiftool,perl
|
|
private-dev
|
|
private-tmp
|
|
|
|
restrict-namespaces
|