mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
43 lines
988 B
Text
43 lines
988 B
Text
# Firejail profile for imagej
|
|
# Description: Image processing program with a focus on microscopy images
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include /etc/firejail/imagej.local
|
|
# Persistent global definitions
|
|
include /etc/firejail/globals.local
|
|
|
|
noblacklist ${HOME}/.imagej
|
|
|
|
# Allow access to java
|
|
noblacklist ${PATH}/java
|
|
noblacklist /usr/lib/java
|
|
noblacklist /etc/java
|
|
noblacklist /usr/share/java
|
|
|
|
include /etc/firejail/disable-common.inc
|
|
include /etc/firejail/disable-devel.inc
|
|
include /etc/firejail/disable-interpreters.inc
|
|
include /etc/firejail/disable-passwdmgr.inc
|
|
include /etc/firejail/disable-programs.inc
|
|
|
|
caps.drop all
|
|
ipc-namespace
|
|
net none
|
|
nodbus
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
nosound
|
|
notv
|
|
novideo
|
|
protocol unix
|
|
seccomp
|
|
shell none
|
|
|
|
private-bin imagej,bash,grep,sort,tail,tr,cut,whoami,hostname,uname,mkdir,ls,touch,free,awk,update-java-alternatives,basename,xprop,rm,ln
|
|
private-dev
|
|
private-tmp
|
|
|
|
noexec ${HOME}
|
|
noexec /tmp
|