mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
52 lines
971 B
Text
52 lines
971 B
Text
# Firejail profile for gnome-hexgl
|
|
# Description: Gthree port of HexGL
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include gnome-hexgl.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
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/mesa_shader_cache
|
|
whitelist /usr/share/gnome-hexgl
|
|
include whitelist-runuser-common.inc
|
|
include whitelist-usr-share-common.inc
|
|
include whitelist-var-common.inc
|
|
|
|
apparmor
|
|
caps.drop all
|
|
net none
|
|
nodvd
|
|
nogroups
|
|
noinput
|
|
nonewprivs
|
|
noroot
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol unix
|
|
seccomp
|
|
seccomp.block-secondary
|
|
tracelog
|
|
|
|
disable-mnt
|
|
private
|
|
private-bin gnome-hexgl
|
|
private-cache
|
|
private-dev
|
|
private-etc
|
|
private-tmp
|
|
|
|
dbus-user none
|
|
dbus-system none
|
|
|
|
read-only ${HOME}
|
|
read-write ${HOME}/.cache/mesa_shader_cache
|
|
restrict-namespaces
|