aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/imagej.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-a-l/imagej.profile')
-rw-r--r--etc/profile-a-l/imagej.profile41
1 files changed, 41 insertions, 0 deletions
diff --git a/etc/profile-a-l/imagej.profile b/etc/profile-a-l/imagej.profile
new file mode 100644
index 000000000..91a60c188
--- /dev/null
+++ b/etc/profile-a-l/imagej.profile
@@ -0,0 +1,41 @@
1# Firejail profile for imagej
2# Description: Image processing program with a focus on microscopy images
3# This file is overwritten after every install/update
4# Persistent local customizations
5include imagej.local
6# Persistent global definitions
7include globals.local
8
9noblacklist ${HOME}/.imagej
10
11# Allow java (blacklisted by disable-devel.inc)
12include allow-java.inc
13
14include disable-common.inc
15include disable-devel.inc
16include disable-exec.inc
17include disable-interpreters.inc
18include disable-passwdmgr.inc
19include disable-programs.inc
20
21caps.drop all
22ipc-namespace
23net none
24nodvd
25nogroups
26nonewprivs
27noroot
28nosound
29notv
30nou2f
31novideo
32protocol unix
33seccomp
34shell none
35
36private-bin awk,basename,bash,cut,free,grep,hostname,imagej,ln,ls,mkdir,rm,sort,tail,touch,tr,uname,update-java-alternatives,whoami,xprop
37private-dev
38private-tmp
39
40dbus-user none
41dbus-system none