aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2020-02-03 14:58:49 +0100
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2020-02-03 14:58:49 +0100
commit4ad0b26c0351587c8c9c12e7d59b2caa1d9f1b98 (patch)
tree092cf347f3282f99c489d68ecfdfa7ae33fd58d0 /etc
parentfix gnome-passwordsafe -- no whitelist globing yet (diff)
downloadfirejail-4ad0b26c0351587c8c9c12e7d59b2caa1d9f1b98.tar.gz
firejail-4ad0b26c0351587c8c9c12e7d59b2caa1d9f1b98.tar.zst
firejail-4ad0b26c0351587c8c9c12e7d59b2caa1d9f1b98.zip
Add gnome-hexgl.profile
Diffstat (limited to 'etc')
-rw-r--r--etc/gnome-hexgl.profile49
1 files changed, 49 insertions, 0 deletions
diff --git a/etc/gnome-hexgl.profile b/etc/gnome-hexgl.profile
new file mode 100644
index 000000000..386c33d7f
--- /dev/null
+++ b/etc/gnome-hexgl.profile
@@ -0,0 +1,49 @@
1# Firejail profile for gnome-hexgl
2# Description: Gthree port of HexGL
3# This file is overwritten after every install/update
4# Persistent local customizations
5include gnome-hexgl.local
6# Persistent global definitions
7include globals.local
8
9include disable-common.inc
10include disable-devel.inc
11include disable-exec.inc
12include disable-interpreters.inc
13include disable-passwdmgr.inc
14include disable-programs.inc
15include disable-xdg.inc
16
17mkdir ${HOME}/.cache/mesa_shader_cache
18whitelist ${RUNUSER}/pulse
19whitelist ${RUNUSER}/wayland-0
20whitelist /usr/share/gnome-hexgl
21include whitelist-usr-share-common.inc
22include whitelist-var-common.inc
23
24apparmor
25caps.drop all
26net none
27nodbus
28nodvd
29nogroups
30nonewprivs
31noroot
32notv
33nou2f
34novideo
35protocol unix
36seccomp
37shell none
38tracelog
39
40disable-mnt
41private
42private-bin gnome-hexgl
43private-cache
44private-dev
45private-etc machine-id
46private-tmp
47
48read-only ${HOME}
49read-write ${HOME}/.cache/mesa_shader_cache