mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
42 lines
916 B
Text
42 lines
916 B
Text
# Firejail profile for ardour5
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include ardour5.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.config/ardour4
|
|
noblacklist ${HOME}/.config/ardour5
|
|
noblacklist ${HOME}/.lv2
|
|
noblacklist ${HOME}/.vst
|
|
noblacklist ${DOCUMENTS}
|
|
noblacklist ${MUSIC}
|
|
|
|
include disable-common.inc
|
|
include disable-devel.inc
|
|
include disable-exec.inc
|
|
include disable-interpreters.inc
|
|
include disable-passwdmgr.inc
|
|
include disable-programs.inc
|
|
include disable-xdg.inc
|
|
|
|
caps.drop all
|
|
ipc-namespace
|
|
net none
|
|
nodbus
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
notv
|
|
nou2f
|
|
protocol unix
|
|
seccomp
|
|
shell none
|
|
|
|
#private-bin sh,ardour4,ardour5,ardour5-copy-mixer,ardour5-export,ardour5-fix_bbtppq,grep,sed,ldd,nm
|
|
private-cache
|
|
private-dev
|
|
#private-etc alternatives,pulse,X11,alternatives,ardour4,ardour5,fonts,machine-id,asound.conf
|
|
private-tmp
|
|
|