diff options
Diffstat (limited to 'profiles/singularity.profile')
-rw-r--r-- | profiles/singularity.profile | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/profiles/singularity.profile b/profiles/singularity.profile index e1785eb..f017d21 100644 --- a/profiles/singularity.profile +++ b/profiles/singularity.profile @@ -4,16 +4,20 @@ include singularity.local # Persistent global definitions include globals.local -noblacklist ${PATH}/python2* -noblacklist /usr/include/python2* -noblacklist /usr/lib/python2* -noblacklist /usr/local/lib/python2* -noblacklist /usr/share/python2 +noblacklist ${PATH}/python* +noblacklist /usr/include/python* +noblacklist /usr/lib/python* +noblacklist /usr/local/lib/python* +noblacklist /usr/share/python -noblacklist ${HOME}/.endgame +noblacklist ${HOME}/.config/singularity +noblacklist ${HOME}/.local/share/singularity -mkdir ${HOME}/.endgame -whitelist ${HOME}/.endgame +mkdir ${HOME}/.config/singularity +mkdir ${HOME}/.local/share/singularity + +whitelist ${HOME}/.config/singularity +whitelist ${HOME}/.local/share/singularity ignore memory-deny-write-execute |