blob: c159e1fe225b1f3cd63efab4c7bdb7971387e4f2 (
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
|
# This file is overwritten after every install/update
# Persistent local customizations
include stellaris.local
# Persistent global definitions
include globals.local
noblacklist ${HOME}/games/Stellaris
noblacklist ${HOME}/.local/share/Paradox Interactive
noblacklist ${HOME}/.local/share/Paradox Interactive/Stellaris
whitelist-ro ${HOME}/games/Stellaris
mkdir ${HOME}/.local/share/Paradox Interactive
mkdir ${HOME}/.local/share/Paradox Interactive/Stellaris
# 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/Stellaris
private-etc asound.conf,group,localtime,machine-id,passwd,pulse
ignore memory-deny-write-execute
ignore noexec ${HOME}
include generic-game.inc
|