mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
* profiles: drop private-opt (existing whitelist) * profiles: replace private-opt with whitelist In most profiles. Kept private-opt for enpass (~85MB), mate-dictionary (<20MB), minecraft-launcher (~1.6MB) and ppsspp (~44MB). The only app I couldn't check: xmr-stak. * docs: note potential issues with private-opt
63 lines
1.3 KiB
Text
63 lines
1.3 KiB
Text
# Firejail profile for ocenaudio
|
|
# Description: Cross-platform, easy to use, fast and functional audio editor
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include ocenaudio.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.cache/ocenaudio
|
|
noblacklist ${HOME}/.local/share/ocenaudio
|
|
|
|
noblacklist ${MUSIC}
|
|
|
|
include disable-common.inc
|
|
include disable-devel.inc
|
|
include disable-exec.inc
|
|
include disable-interpreters.inc
|
|
include disable-programs.inc
|
|
include disable-shell.inc
|
|
include disable-xdg.inc
|
|
|
|
mkdir ${HOME}/.cache/ocenaudio
|
|
mkdir ${HOME}/.local/share/ocenaudio
|
|
whitelist ${HOME}/.cache/ocenaudio
|
|
whitelist ${HOME}/.local/share/ocenaudio
|
|
whitelist ${DOWNLOADS}
|
|
whitelist ${MUSIC}
|
|
whitelist /opt/ocenaudio
|
|
include whitelist-common.inc
|
|
include whitelist-run-common.inc
|
|
include whitelist-runuser-common.inc
|
|
include whitelist-usr-share-common.inc
|
|
include whitelist-var-common.inc
|
|
|
|
apparmor
|
|
caps.drop all
|
|
#ipc-namespace
|
|
netfilter
|
|
no3d
|
|
nodvd
|
|
nogroups
|
|
noinput
|
|
nonewprivs
|
|
noprinters
|
|
noroot
|
|
notv
|
|
nou2f
|
|
novideo
|
|
# Add `protocol unix\nignore protocol` to your ocenaudio.local to disable networking.
|
|
protocol unix,inet,inet6
|
|
seccomp
|
|
tracelog
|
|
|
|
private-bin ocenaudio,ocenvst
|
|
private-cache
|
|
private-dev
|
|
private-etc @tls-ca,@x11,mime.types
|
|
private-tmp
|
|
|
|
dbus-user none
|
|
dbus-system none
|
|
|
|
restrict-namespaces
|