mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
35 lines
708 B
Text
35 lines
708 B
Text
# Firejail profile for gnome-mplayer
|
|
# Description: GTK/Gnome interface around MPlayer
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include gnome-mplayer.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.config/gnome-mplayer
|
|
noblacklist ${MUSIC}
|
|
noblacklist ${VIDEOS}
|
|
|
|
include disable-common.inc
|
|
include disable-devel.inc
|
|
include disable-interpreters.inc
|
|
include disable-passwdmgr.inc
|
|
include disable-programs.inc
|
|
include disable-xdg.inc
|
|
|
|
caps.drop all
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
nou2f
|
|
protocol unix,inet,inet6
|
|
seccomp
|
|
shell none
|
|
|
|
# private-bin gnome-mplayer,mplayer
|
|
private-cache
|
|
private-dev
|
|
private-tmp
|
|
|
|
noexec ${HOME}
|
|
noexec /tmp
|