From a2f1d3b4877550237443040ed781cb7afaf11be0 Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Thu, 3 Sep 2020 14:41:16 -0700
Subject: Added profiles for Crusader Kings II and III

---
 profiles/crusader-kings-iii.profile | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 profiles/crusader-kings-iii.profile

(limited to 'profiles/crusader-kings-iii.profile')

diff --git a/profiles/crusader-kings-iii.profile b/profiles/crusader-kings-iii.profile
new file mode 100644
index 0000000..af4abb6
--- /dev/null
+++ b/profiles/crusader-kings-iii.profile
@@ -0,0 +1,29 @@
+# This file is overwritten after every install/update
+# Persistent local customizations
+include crusader-kings-iii.local
+# Persistent global definitions
+include globals.local
+
+noblacklist ${HOME}/games/Crusader Kings III
+noblacklist ${HOME}/.local/share/Paradox Interactive
+noblacklist ${HOME}/.local/share/Paradox Interactive/Crusader Kings III
+
+whitelist ${HOME}/games/Crusader Kings III
+read-only ${HOME}/games/Crusader Kings III
+mkdir ${HOME}/.local/share/Paradox Interactive
+mkdir ${HOME}/.local/share/Paradox Interactive/Crusader Kings III
+whitelist ${HOME}/.local/share/Paradox Interactive
+read-only ${HOME}/.local/share/Paradox Interactive
+whitelist ${HOME}/.local/share/Paradox Interactive/Crusader Kings III
+read-write ${HOME}/.local/share/Paradox Interactive/Crusader Kings III
+
+# CK3 requires ptrace to function
+seccomp !ptrace
+
+private-etc asound.conf,group,localtime,machine-id,passwd,pulse
+
+ignore memory-deny-write-execute
+
+ignore noexec ${HOME}
+
+include generic-game.inc
-- 
cgit v1.2.1