From 176dae16c44794f30cb347dfd84fe84bcc5c9708 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 14 Mar 2020 23:55:30 -0700 Subject: Initial commit --- profiles/singularity.profile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 profiles/singularity.profile (limited to 'profiles/singularity.profile') diff --git a/profiles/singularity.profile b/profiles/singularity.profile new file mode 100644 index 0000000..e1785eb --- /dev/null +++ b/profiles/singularity.profile @@ -0,0 +1,20 @@ +# This file is overwritten after every install/update +# Persistent local customizations +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 ${HOME}/.endgame + +mkdir ${HOME}/.endgame +whitelist ${HOME}/.endgame + +ignore memory-deny-write-execute + +include generic-game.inc -- cgit v1.2.1