summaryrefslogtreecommitdiff
path: root/profiles/xcom-2.profile
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-01-05 01:08:26 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-01-05 01:08:26 -0800
commitef0834267f1e3713dc82465f80f35306fbd4d007 (patch)
treea8d4081169c0a2062d439742e87c69b4c258d64f /profiles/xcom-2.profile
parentTypo. (diff)
downloadfirejail-profiles-ef0834267f1e3713dc82465f80f35306fbd4d007.tar.xz
Rename all wine game profiles to have a wine_ prefix.
Fix bannerlord profile.
Diffstat (limited to 'profiles/xcom-2.profile')
-rw-r--r--profiles/xcom-2.profile20
1 files changed, 0 insertions, 20 deletions
diff --git a/profiles/xcom-2.profile b/profiles/xcom-2.profile
deleted file mode 100644
index 8e874b1..0000000
--- a/profiles/xcom-2.profile
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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
-
-# machine-id, obs, and alsa don't get along
-#ignore machine-id
-
-# 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