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/cataclysm.profile | 8 ++++++++ profiles/singularity.profile | 20 ++++++++++++-------- 2 files changed, 20 insertions(+), 8 deletions(-) (limited to 'profiles') diff --git a/profiles/cataclysm.profile b/profiles/cataclysm.profile index 5773161..48ea340 100644 --- a/profiles/cataclysm.profile +++ b/profiles/cataclysm.profile @@ -8,8 +8,16 @@ noblacklist ${HOME}/.config/cataclysm-dda noblacklist ${HOME}/.local/share/cataclysm-dda mkdir ${HOME}/.config/cataclysm-dda mkdir ${HOME}/.local/share/cataclysm-dda +mkdir ${HOME}/.local/share/cataclysm-dda/font +mkdir ${HOME}/.local/share/cataclysm-dda/gfx +mkdir ${HOME}/.local/share/cataclysm-dda/mods +mkdir ${HOME}/.local/share/cataclysm-dda/sound whitelist ${HOME}/.config/cataclysm-dda whitelist ${HOME}/.local/share/cataclysm-dda +read-only ${HOME}/.local/share/cataclysm-dda/font +read-only ${HOME}/.local/share/cataclysm-dda/gfx +read-only ${HOME}/.local/share/cataclysm-dda/mods +read-only ${HOME}/.local/share/cataclysm-dda/sound seccomp !name_to_handle_at 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