From 56b07a8606b692da2f7937d133ead6ccc93182f0 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 29 Jun 2020 02:22:14 -0700 Subject: Update profiles for cataclysm and singularity --- profiles/singularity.profile | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'profiles/singularity.profile') 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 -- cgit v1.2.1