summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-11-02 11:13:02 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-11-02 11:13:02 -0700
commitd236407e24b67a793e82468d915d3109021333d6 (patch)
tree31ec6223e5416ca712dbfc01a44c06fd460be149 /profiles
parentFix ppsspp audio (diff)
downloadfirejail-profiles-d236407e24b67a793e82468d915d3109021333d6.tar.xz
Add daggerfall-unity profile.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/daggerfall-unity.profile22
1 files changed, 22 insertions, 0 deletions
diff --git a/profiles/daggerfall-unity.profile b/profiles/daggerfall-unity.profile
new file mode 100644
index 0000000..62e6f00
--- /dev/null
+++ b/profiles/daggerfall-unity.profile
@@ -0,0 +1,22 @@
+# This file is overwritten after every install/update
+# Persistent local customizations
+include daggerfall-unity.local
+# Persistent global definitions
+include globals.local
+
+noblacklist ${HOME}/.config/unity3d/Daggerfall Workshop
+noblacklist ${HOME}/.config/unity3d/Daggerfall Workshop/Daggerfall Unity
+
+mkdir ${HOME}/.config/unity3d/Daggerfall Workshop
+mkdir ${HOME}/.config/unity3d/Daggerfall Workshop/Daggerfall Unity
+whitelist ${HOME}/.config/unity3d/Daggerfall Workshop/Daggerfall Unity
+
+# Daggerfall Unity needs write access to the arena2 folder
+# or npc faces will not appear in dialogue
+whitelist-ro ${HOME}/games/Daggerfall-Unity
+read-write ${HOME}/games/Daggerfall-Unity/ES2-DAGGERFALL/arena2
+
+# noinput breaks controller support
+#ignore noinput
+
+include generic-unity-game.inc