blob: f5498c6b578b458a51acb325f4498b074f2e7489 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# This file is overwritten after every install/update
# Persistent local customizations
include julius-game.local
# Persistent global definitions
include globals.local
whitelist ${HOME}/games/Caesar III
whitelist ${HOME}/.local/share/bvschaik/julius
ignore memory-deny-write-execute
ignore noexec ${HOME}
include generic-game.inc
|