mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
42 lines
940 B
Text
42 lines
940 B
Text
# Firejail profile for audacious
|
|
# Description: Small and fast audio player which supports lots of formats
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include /etc/firejail/audacious.local
|
|
# Persistent global definitions
|
|
include /etc/firejail/globals.local
|
|
|
|
noblacklist ${HOME}/.config/Audaciousrc
|
|
noblacklist ${HOME}/.config/audacious
|
|
noblacklist ${MUSIC}
|
|
|
|
include /etc/firejail/disable-common.inc
|
|
include /etc/firejail/disable-devel.inc
|
|
include /etc/firejail/disable-interpreters.inc
|
|
include /etc/firejail/disable-passwdmgr.inc
|
|
include /etc/firejail/disable-programs.inc
|
|
include /etc/firejail/disable-xdg.inc
|
|
|
|
include /etc/firejail/whitelist-var-common.inc
|
|
|
|
apparmor
|
|
caps.drop all
|
|
netfilter
|
|
nodbus
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
notv
|
|
novideo
|
|
protocol unix,inet,inet6
|
|
seccomp
|
|
shell none
|
|
tracelog
|
|
|
|
# private-bin audacious
|
|
private-dev
|
|
private-tmp
|
|
|
|
memory-deny-write-execute
|
|
noexec ${HOME}
|
|
noexec /tmp
|