blob: 1d8cd2b4295f557919ad9bcc3fd24572a2e83c5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# This file is overwritten after every install/update
# Persistent local customizations
include hoi4.local
# Persistent global definitions
include globals.local
ignore include disable-shell.inc
noblacklist ${HOME}/games/Hearts of Iron IV
noblacklist ${HOME}/.local/share/Paradox Interactive
noblacklist ${HOME}/.local/share/Paradox Interactive/Hearts of Iron IV
whitelist-ro ${HOME}/games/Hearts of Iron IV
mkdir ${HOME}/.local/share/Paradox Interactive
mkdir ${HOME}/.local/share/Paradox Interactive/Hearts of Iron IV
# 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/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
|