summaryrefslogtreecommitdiffstats
path: root/etc/natron.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/natron.profile')
-rw-r--r--etc/natron.profile34
1 files changed, 34 insertions, 0 deletions
diff --git a/etc/natron.profile b/etc/natron.profile
new file mode 100644
index 000000000..6101d1331
--- /dev/null
+++ b/etc/natron.profile
@@ -0,0 +1,34 @@
1# Firejail profile for natron
2# This file is overwritten after every install/update
3# Persistent local customizations
4include /etc/firejail/natron.local
5# Persistent global definitions
6include /etc/firejail/globals.local
7
8# Contributed by triceratops1 (https://github.com/triceratops1)
9
10blacklist /boot
11blacklist /media
12blacklist /mnt
13blacklist /usr/local/bin
14blacklist /usr/local/sbin
15
16whitelist ${DOWNLOADS}
17whitelist ${HOME}/.Natron
18whitelist ${HOME}/.cache/INRIA/Natron/
19whitelist ${HOME}/.config/INRIA/
20whitelist ${HOME}/.gtkrc-2.0
21whitelist ${HOME}/.themes
22whitelist ${HOME}/Videos
23whitelist /opt/natron/
24whitelist /tmp/.X11-unix/
25include /etc/firejail/whitelist-common.inc
26
27ipc-namespace
28shell none
29
30private-bin natron
31private-etc fonts,X11,pulse
32
33noexec ${HOME}
34noexec /tmp