mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 22:01:13 -06:00
24 lines
640 B
Text
24 lines
640 B
Text
# This file is overwritten during software install.
|
|
# Persistent customizations should go in a .local file.
|
|
include /etc/firejail/Mathematica.local
|
|
|
|
# Mathematica profile
|
|
noblacklist ${HOME}/.Mathematica
|
|
noblacklist ${HOME}/.Wolfram Research
|
|
|
|
mkdir ~/.Mathematica
|
|
whitelist ~/.Mathematica
|
|
mkdir ~/.Wolfram Research
|
|
whitelist ~/.Wolfram Research
|
|
whitelist ~/Documents/Wolfram Mathematica
|
|
include /etc/firejail/whitelist-common.inc
|
|
|
|
include /etc/firejail/disable-common.inc
|
|
include /etc/firejail/disable-programs.inc
|
|
include /etc/firejail/disable-devel.inc
|
|
include /etc/firejail/disable-passwdmgr.inc
|
|
|
|
caps.drop all
|
|
nonewprivs
|
|
noroot
|
|
seccomp
|