diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-02-25 19:54:50 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-02-25 19:54:50 -0800 |
commit | 97f037572240829992563d6de1eaddb06481d8e8 (patch) | |
tree | 40a65bf7524c9bf025b0fa22e46516967ebd93e9 /profiles/slay-the-spire.profile | |
parent | Add profile for balrum (diff) | |
download | firejail-profiles-97f037572240829992563d6de1eaddb06481d8e8.tar.xz |
Add exiled kingdoms and clean up generic java.
Diffstat (limited to 'profiles/slay-the-spire.profile')
-rw-r--r-- | profiles/slay-the-spire.profile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/profiles/slay-the-spire.profile b/profiles/slay-the-spire.profile index 69814ed..b8a3629 100644 --- a/profiles/slay-the-spire.profile +++ b/profiles/slay-the-spire.profile @@ -4,15 +4,22 @@ 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 +# # Java games require read-write access to the ? folder to store data +# # This folder will need to be created manually by the user before first run + +# # mkdir refuses to create it citing invalid characters +# Left here in case that one day changes #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-ro ${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 |