From 3b28962a8f0e2f21f5e8ec1df125f742bf5ce8f8 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 12 Dec 2020 04:54:26 -0800 Subject: Add profile for hearts of iron iv Add local for rtorrent --- profiles/hearts-of-iron-iv.profile | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 profiles/hearts-of-iron-iv.profile (limited to 'profiles/hearts-of-iron-iv.profile') diff --git a/profiles/hearts-of-iron-iv.profile b/profiles/hearts-of-iron-iv.profile new file mode 100644 index 0000000..6749b14 --- /dev/null +++ b/profiles/hearts-of-iron-iv.profile @@ -0,0 +1,29 @@ +# This file is overwritten after every install/update +# Persistent local customizations +include hearts-of-iron-iv.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/games/Hearts of Iron IV +noblacklist ${HOME}/.local/share/Paradox Interactive +noblacklist ${HOME}/.local/share/Paradox Interactive/Hearts of Iron IV + +whitelist ${HOME}/games/Hearts of Iron IV +read-only ${HOME}/games/Hearts of Iron IV +mkdir ${HOME}/.local/share/Paradox Interactive +mkdir ${HOME}/.local/share/Paradox Interactive/Hearts of Iron IV +whitelist ${HOME}/.local/share/Paradox Interactive +read-only ${HOME}/.local/share/Paradox Interactive +whitelist ${HOME}/.local/share/Paradox Interactive/Hearts of Iron IV +read-write ${HOME}/.local/share/Paradox Interactive/Hearts of Iron IV + +# HoI4 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