From 10598a84e62b0c75ae81c87bf06790212ff8c2b0 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 23 Jun 2021 00:52:28 -0700 Subject: Add profiles for stellaris, cataclysm-bn, cataclysm-bn-tiles, amfora --- profiles/cataclysm-bn.profile | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 profiles/cataclysm-bn.profile (limited to 'profiles/cataclysm-bn.profile') diff --git a/profiles/cataclysm-bn.profile b/profiles/cataclysm-bn.profile new file mode 100644 index 0000000..d3aff32 --- /dev/null +++ b/profiles/cataclysm-bn.profile @@ -0,0 +1,28 @@ +# This file is overwritten after every install/update +# Persistent local customizations +include cataclysm-bn.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.config/cataclysm-bn +noblacklist ${HOME}/.local/share/cataclysm-bn +mkdir ${HOME}/.config/cataclysm-bn +mkdir ${HOME}/.local/share/cataclysm-bn +mkdir ${HOME}/.local/share/cataclysm-bn/font +mkdir ${HOME}/.local/share/cataclysm-bn/gfx +mkdir ${HOME}/.local/share/cataclysm-bn/mods +mkdir ${HOME}/.local/share/cataclysm-bn/sound +whitelist ${HOME}/.config/cataclysm-bn +whitelist ${HOME}/.local/share/cataclysm-bn +read-only ${HOME}/.local/share/cataclysm-bn/font +read-only ${HOME}/.local/share/cataclysm-bn/gfx +read-only ${HOME}/.local/share/cataclysm-bn/mods +read-only ${HOME}/.local/share/cataclysm-bn/sound + +seccomp !name_to_handle_at + +private-bin cataclysm-bn,cataclysm-bn-tiles + +ignore memory-deny-write-execute + +include generic-game.inc -- cgit v1.2.1