summaryrefslogtreecommitdiff
path: root/profiles/slay-the-spire.profile
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-12-02 21:12:37 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-12-02 21:12:37 -0800
commit2579e0614dd9633148f9bc7b567b072fb8f93e34 (patch)
treed8383178a5b17993affa7bf3169dac76ae3b3d17 /profiles/slay-the-spire.profile
parentAdd timberborn and barotrauma profiles (diff)
downloadfirejail-profiles-2579e0614dd9633148f9bc7b567b072fb8f93e34.tar.xz
Added starsector profile
Update slay-the-spire profile Added generic-java-game.inc
Diffstat (limited to 'profiles/slay-the-spire.profile')
-rw-r--r--profiles/slay-the-spire.profile22
1 files changed, 9 insertions, 13 deletions
diff --git a/profiles/slay-the-spire.profile b/profiles/slay-the-spire.profile
index 1ab5def..616e6ea 100644
--- a/profiles/slay-the-spire.profile
+++ b/profiles/slay-the-spire.profile
@@ -4,23 +4,19 @@ include slay-the-spire.local
# Persistent global definitions
include globals.local
+# # Slay The Spire needs the ? folder to store data
+# # But mkdir refuses to create it citing invalid characters
#mkdir ${HOME}/games/Slay The Spire/game/?
mkdir ${HOME}/games/Slay The Spire/game/betaPreferences
+mkfile ${HOME}/games/Slay The Spire/game/info.displayconfig
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
+read-only ${HOME}/games/Slay The Spire
+read-write ${HOME}/games/Slay The Spire/game/info.displayconfig
+read-write ${HOME}/games/Slay The Spire/game/?
+read-write ${HOME}/games/Slay The Spire/game/runs
+read-write ${HOME}/games/Slay The Spire/game/saves
-ignore memory-deny-write-execute
-
-ignore noexec ${HOME}
-
-include generic-game.inc
+include generic-java-game.inc