summaryrefslogtreecommitdiff
path: root/profiles/starsector.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/starsector.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/starsector.profile')
-rw-r--r--profiles/starsector.profile20
1 files changed, 20 insertions, 0 deletions
diff --git a/profiles/starsector.profile b/profiles/starsector.profile
new file mode 100644
index 0000000..0e0be4b
--- /dev/null
+++ b/profiles/starsector.profile
@@ -0,0 +1,20 @@
+# This file is overwritten after every install/update
+# Persistent local customizations
+include starsector.local
+# Persistent global definitions
+include globals.local
+
+# Starsector requires both bash and sh
+ignore blacklist ${PATH}/bash
+ignore blacklist ${PATH}/sh
+
+# # Starsector needs the ? folder to store data
+# # But mkdir refuses to create it citing invalid characters
+#mkdir ${HOME}/games/Starsector/?
+whitelist ${HOME}/games/Starsector
+read-only ${HOME}/games/Starsector
+read-write ${HOME}/games/Starsector/?
+read-write ${HOME}/games/Starsector/saves
+read-write ${HOME}/games/Starsector/screenshots
+
+include generic-java-game.inc