blob: 8a2f0de4a1b6331cae1b909f5059d53af86603d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# This file is overwritten after every install/update
# Persistent local customizations
include wine_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
|