From cb6de0d989874915f5bc5462a549bb4f2b81b045 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 30 Nov 2020 18:48:29 -0800 Subject: Add slay the spire profile --- profiles/slay-the-spire.profile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 profiles/slay-the-spire.profile (limited to 'profiles') diff --git a/profiles/slay-the-spire.profile b/profiles/slay-the-spire.profile new file mode 100644 index 0000000..1ab5def --- /dev/null +++ b/profiles/slay-the-spire.profile @@ -0,0 +1,26 @@ +# This file is overwritten after every install/update +# Persistent local customizations +include slay-the-spire.local +# Persistent global definitions +include globals.local + +#mkdir ${HOME}/games/Slay The Spire/game/? +mkdir ${HOME}/games/Slay The Spire/game/betaPreferences +mkdir ${HOME}/games/Slay The Spire/game/runs +mkdir ${HOME}/games/Slay The Spire/game/saves +mkdir ${HOME}/games/Slay The Spire/game/sendToDevs +whitelist ${HOME}/games/Slay The Spire +#read-only ${HOME}/games/Slay The Spire +#whitelist ${HOME}/games/Slay The Spire/game/? +#read-write ${HOME}/games/Slay The Spire/game/? +#whitelist ${HOME}/games/Slay The Spire/game/betaPreferences +#read-write ${HOME}/games/Slay The Spire/game/betaPreferences +#whitelist ${HOME}/games/Slay The Spire/game/sendToDevs +#read-write ${HOME}/games/Slay The Spire/game/sendToDevs +read-only ${HOME}/games/Slay The Spire/game/sendToDevs + +ignore memory-deny-write-execute + +ignore noexec ${HOME} + +include generic-game.inc -- cgit v1.2.1