blob: 4c3030749a4ba64bcf2ac2b0359948624991cf25 (
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
30
31
|
# This file is overwritten after every install/update
# Persistent local customizations
include crusader-kings-iii.local
# Persistent global definitions
include globals.local
ignore include disable-shell.inc
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
|