summaryrefslogtreecommitdiff
path: root/profiles/warframe.profile
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-03-14 23:55:30 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-03-14 23:55:30 -0700
commit176dae16c44794f30cb347dfd84fe84bcc5c9708 (patch)
tree3c3b092e9446c01e5613c7596e5fa89277cb1385 /profiles/warframe.profile
downloadfirejail-profiles-176dae16c44794f30cb347dfd84fe84bcc5c9708.tar.xz
Initial commit
Diffstat (limited to 'profiles/warframe.profile')
-rw-r--r--profiles/warframe.profile21
1 files changed, 21 insertions, 0 deletions
diff --git a/profiles/warframe.profile b/profiles/warframe.profile
new file mode 100644
index 0000000..02e12fe
--- /dev/null
+++ b/profiles/warframe.profile
@@ -0,0 +1,21 @@
+# This file is overwritten after every install/update
+# Persistent local customizations
+include warframe.local
+# Persistent global definitions
+include globals.local
+
+noblacklist ${HOME}/.local/share/wineprefixes/Warframe
+whitelist ${HOME}/.local/share/wineprefixes/Warframe
+
+# Warframe requires noroot if using DXVK
+ignore noroot
+
+# warframe requires the ptrace syscall to verify the game files
+seccomp !name_to_handle_at,!ptrace
+
+ignore memory-deny-write-execute
+
+# Warframe requires exec /tmp or the launcher will during update check
+ignore noexec /tmp
+
+include generic-wine-game-networked.inc