mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
It's used by libdvdcss (which is used to play copy-restricted dvds). It seems to be just a cache directory, so just allow without mkdir. Relates to #5391. Suggested-by: @reinerh
56 lines
1.2 KiB
Text
56 lines
1.2 KiB
Text
# Firejail profile for smplayer
|
|
# Description: Complete front-end for MPlayer and mpv
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include smplayer.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.config/smplayer
|
|
noblacklist ${HOME}/.config/youtube-dl
|
|
noblacklist ${HOME}/.dvdcss
|
|
noblacklist ${HOME}/.mplayer
|
|
|
|
# Allow lua (blacklisted by disable-interpreters.inc)
|
|
include allow-lua.inc
|
|
|
|
# Allow python (blacklisted by disable-interpreters.inc)
|
|
include allow-python2.inc
|
|
include allow-python3.inc
|
|
|
|
noblacklist ${MUSIC}
|
|
noblacklist ${VIDEOS}
|
|
|
|
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
|
|
|
|
whitelist /usr/share/lua*
|
|
whitelist /usr/share/smplayer
|
|
include whitelist-usr-share-common.inc
|
|
include whitelist-var-common.inc
|
|
|
|
apparmor
|
|
caps.drop all
|
|
netfilter
|
|
#nogroups
|
|
noinput
|
|
nonewprivs
|
|
noroot
|
|
nou2f
|
|
protocol unix,inet,inet6,netlink
|
|
seccomp
|
|
|
|
private-bin env,mplayer,mpv,python*,smplayer,smtube,waf,youtube-dl
|
|
private-dev
|
|
private-tmp
|
|
|
|
# problems with KDE
|
|
#dbus-user none
|
|
#dbus-system none
|
|
|
|
restrict-namespaces
|