From 09e35e111f71510a75d3a6e7c14b4fe7a36bfd6f Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 2 Nov 2022 11:49:52 -0700 Subject: Add victoria 3 profile. --- profiles/victoria3.profile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 profiles/victoria3.profile (limited to 'profiles/victoria3.profile') diff --git a/profiles/victoria3.profile b/profiles/victoria3.profile new file mode 100644 index 0000000..eaf3021 --- /dev/null +++ b/profiles/victoria3.profile @@ -0,0 +1,26 @@ +# This file is overwritten after every install/update +# Persistent local customizations +include victoria3.local +# Persistent global definitions +include globals.local + +ignore include disable-shell.inc + +noblacklist ${HOME}/games/Victoria 3 +noblacklist ${HOME}/.local/share/Paradox Interactive +noblacklist ${HOME}/.local/share/Paradox Interactive/Victoria 3 + +whitelist-ro ${HOME}/games/Victoria 3 +mkdir ${HOME}/.local/share/Paradox Interactive +mkdir ${HOME}/.local/share/Paradox Interactive/Victoria 3 +# For unknown reasons, paradox games need to be able to see the root savegame folder +whitelist-ro ${HOME}/.local/share/Paradox Interactive +read-write ${HOME}/.local/share/Paradox Interactive/Victoria 3 + +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