diff options
-rw-r--r-- | profiles/victoria3.profile | 26 |
1 files changed, 26 insertions, 0 deletions
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 |