aboutsummaryrefslogtreecommitdiffstats
path: root/etc/impressive.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/impressive.profile')
-rw-r--r--etc/impressive.profile55
1 files changed, 55 insertions, 0 deletions
diff --git a/etc/impressive.profile b/etc/impressive.profile
new file mode 100644
index 000000000..0bfe5de5a
--- /dev/null
+++ b/etc/impressive.profile
@@ -0,0 +1,55 @@
1# Firejail profile for impressive
2# Description: presentation tool with eye candy
3# This file is overwritten after every install/update
4# Persistent local customizations
5include impressive.local
6# Persistent global definitions
7#include globals.local
8
9noblacklist ${DOCUMENTS}
10noblacklist /sbin
11noblacklist /usr/sbin
12
13# Allow python (blacklisted by disable-interpreters.inc)
14#include allow-python2.inc
15include allow-python3.inc
16
17include disable-common.inc
18include disable-devel.inc
19include disable-exec.inc
20include disable-interpreters.inc
21include disable-passwdmgr.inc
22include disable-programs.inc
23include disable-xdg.inc
24
25mkdir ${HOME}/.cache/mesa_shader_cache
26whitelist /usr/share/opengl-games-utils
27whitelist /usr/share/zenity
28include whitelist-usr-share-common.inc
29include whitelist-var-common.inc
30
31apparmor
32caps.drop all
33ipc-namespace
34machine-id
35net none
36nodbus
37nodvd
38nogroups
39nonewprivs
40noroot
41nosound
42notv
43nou2f
44novideo
45protocol unix
46seccomp
47shell none
48tracelog
49
50private-cache
51private-dev
52private-tmp
53
54read-only ${HOME}
55read-write ${HOME}/.cache/mesa_shader_cache