mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
44 lines
1 KiB
Text
44 lines
1 KiB
Text
# Firejail profile for xplayer
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include xplayer.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.config/xplayer
|
|
noblacklist ${HOME}/.local/share/xplayer
|
|
noblacklist ${MUSIC}
|
|
noblacklist ${VIDEOS}
|
|
|
|
# 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
|
|
include disable-xdg.inc
|
|
|
|
include whitelist-var-common.inc
|
|
|
|
# apparmor - makes settings immutable
|
|
caps.drop all
|
|
netfilter
|
|
# nodbus - makes settings immutable
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
nou2f
|
|
protocol unix,inet,inet6
|
|
seccomp
|
|
shell none
|
|
tracelog
|
|
|
|
private-bin xplayer,xplayer-audio-preview,xplayer-video-thumbnailer
|
|
private-dev
|
|
# private-etc alternatives,asound.conf,ca-certificates,crypto-policies,fonts,machine-id,pki,pulse,ssl
|
|
private-tmp
|
|
|