firejail/etc/profile-a-l/gnome-hexgl.profile
rusty-snake d8d97acbd9 Add ld.so.preload to all private-etc lines
Command:

    sed -i -E "s/^private-etc /private-etc ld.so.preload,/" \
        $(grep -LE "^private-etc .*ld.so.preload" etc/profile-*/*) \
        && python3 contrib/sort.py etc/profile-*/*
2021-09-18 22:57:55 +02:00

52 lines
1,010 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
shell none
tracelog
disable-mnt
private
private-bin gnome-hexgl
private-cache
private-dev
private-etc alsa,asound.conf,ld.so.preload,machine-id,pulse
private-tmp
dbus-user none
dbus-system none
read-only ${HOME}
read-write ${HOME}/.cache/mesa_shader_cache