blob: 3aeb272e8a241b9763f38588b9d8704099ceb0d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# This file is overwritten after every install/update
# Persistent local customizations
include singularity.local
# Persistent global definitions
include globals.local
noblacklist ${PATH}/bash
noblacklist ${PATH}/sh
noblacklist ${PATH}/python*
noblacklist /usr/include/python*
noblacklist /usr/lib/python*
noblacklist /usr/local/lib/python*
noblacklist /usr/share/python
noblacklist ${HOME}/.config/singularity
noblacklist ${HOME}/.local/share/singularity
mkdir ${HOME}/.config/singularity
mkdir ${HOME}/.local/share/singularity
whitelist ${HOME}/.config/singularity
whitelist ${HOME}/.local/share/singularity
ignore memory-deny-write-execute
include generic-game.inc
|