blob: 8732cb91d9ef70e68d0d86437ba98c832a5ab208 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# This file is overwritten after every install/update
# Persistent local customizations
include imperator-rome.local
# Persistent global definitions
include globals.local
noblacklist ${HOME}/games/Imperator - Rome
noblacklist ${HOME}/.local/share/Paradox Interactive/Imperator
whitelist ${HOME}/games/Imperator - Rome
read-only ${HOME}/games/Imperator - Rome
mkdir ${HOME}/.local/share/Paradox Interactive
mkdir ${HOME}/.local/share/Paradox Interactive/Imperator
whitelist ${HOME}/.local/share/Paradox Interactive/Imperator
seccomp !name_to_handle_at
ignore memory-deny-write-execute
private-etc asound.conf,group,localtime,machine-id,passwd,pulse
include generic-game.inc
|