aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/godot.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-a-l/godot.profile')
-rw-r--r--etc/profile-a-l/godot.profile45
1 files changed, 45 insertions, 0 deletions
diff --git a/etc/profile-a-l/godot.profile b/etc/profile-a-l/godot.profile
new file mode 100644
index 000000000..8324a4eb5
--- /dev/null
+++ b/etc/profile-a-l/godot.profile
@@ -0,0 +1,45 @@
1# Firejail profile for godot
2# Description: multi-platform 2D and 3D game engine with a feature-rich editor
3# This file is overwritten after every install/update
4# Persistent local customizations
5include godot.local
6# Persistent global definitions
7include globals.local
8
9noblacklist ${HOME}/.cache/godot
10noblacklist ${HOME}/.config/godot
11noblacklist ${HOME}/.local/share/godot
12
13include disable-common.inc
14include disable-devel.inc
15include disable-exec.inc
16include disable-interpreters.inc
17include disable-passwdmgr.inc
18include disable-programs.inc
19include disable-xdg.inc
20
21include whitelist-var-common.inc
22
23caps.drop all
24netfilter
25nodvd
26nogroups
27nonewprivs
28noroot
29notv
30nou2f
31novideo
32protocol unix,inet,inet6,netlink
33seccomp
34shell none
35tracelog
36
37
38# private-bin godot
39private-cache
40private-dev
41private-etc alsa,alternatives,asound.conf,ca-certificates,crypto-policies,drirc,fonts,machine-id,nsswitch.conf,openal,pki,pulse,resolv.conf,ssl
42private-tmp
43
44dbus-user none
45dbus-system none