From f8cc55f9b6df51610d677c332f98c9e848e582be Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 21 Mar 2020 01:10:48 -0700 Subject: Add profile for xcom-2 --- profiles/xcom-2.profile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 profiles/xcom-2.profile (limited to 'profiles/xcom-2.profile') diff --git a/profiles/xcom-2.profile b/profiles/xcom-2.profile new file mode 100644 index 0000000..6d27ea6 --- /dev/null +++ b/profiles/xcom-2.profile @@ -0,0 +1,17 @@ +# This file is overwritten after every install/update +# Persistent local customizations +include xcom-2.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.local/share/wineprefixes/XCOM2 +whitelist ${HOME}/.local/share/wineprefixes/XCOM2 + +# XCOM requires the ptrace syscall or the launcher will crash +seccomp !name_to_handle_at,!ptrace + +ignore memory-deny-write-execute + +ignore noexec ${HOME} + +include generic-wine-game.inc -- cgit v1.2.1