aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/terasology.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-m-z/terasology.profile')
-rw-r--r--etc/profile-m-z/terasology.profile48
1 files changed, 48 insertions, 0 deletions
diff --git a/etc/profile-m-z/terasology.profile b/etc/profile-m-z/terasology.profile
new file mode 100644
index 000000000..36ce6d469
--- /dev/null
+++ b/etc/profile-m-z/terasology.profile
@@ -0,0 +1,48 @@
1# Firejail profile for terasology
2# This file is overwritten after every install/update
3# Persistent local customizations
4include terasology.local
5# Persistent global definitions
6include globals.local
7
8ignore noexec /tmp
9
10noblacklist ${HOME}/.local/share/terasology
11
12# Allow java (blacklisted by disable-devel.inc)
13include allow-java.inc
14
15include disable-common.inc
16include disable-devel.inc
17include disable-exec.inc
18include disable-interpreters.inc
19include disable-passwdmgr.inc
20include disable-programs.inc
21
22mkdir ${HOME}/.java
23mkdir ${HOME}/.local/share/terasology
24whitelist ${HOME}/.java
25whitelist ${HOME}/.local/share/terasology
26include whitelist-common.inc
27
28caps.drop all
29ipc-namespace
30net none
31nodvd
32nogroups
33nonewprivs
34noroot
35notv
36nou2f
37novideo
38protocol unix,inet,inet6
39seccomp
40shell none
41
42disable-mnt
43private-dev
44private-etc alternatives,asound.conf,ca-certificates,crypto-policies,dbus-1,drirc,fonts,group,gtk-2.0,gtk-3.0,host.conf,hostname,hosts,java-7-openjdk,java-8-openjdk,ld.so.cache,ld.so.preload,localtime,lsb-release,machine-id,mime.types,passwd,pki,pulse,resolv.conf,ssl
45private-tmp
46
47dbus-user none
48dbus-system none