blob: 1010fffefd24da8e0845d35177d6a79f5d26dd33 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# This file is overwritten after every install/update
# Persistent local customizations
include zombasite.local
# Persistent global definitions
include globals.local
ignore include disable-shell.inc
noblacklist ${HOME}/.local/Zombasite
whitelist-ro ${HOME}/games/Zombasite
mkdir ${HOME}/.local/Zombasite
whitelist ${HOME}/.local/Zombasite
private-etc asound.conf,group,localtime,machine-id,protocols,pulse,resolv.conf
ignore memory-deny-write-execute
ignore noexec ${HOME}
include generic-game-networked.inc
|