blob: ff5198414ee293663dcfeaf48645a1ba0a033891 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# This file is overwritten after every install/update
# Persistent local customizations
include crosscode.local
# Persistent global definitions
include globals.local
# Required if launching from the start.sh instead of the raw executable
#ignore blacklist ${PATH}/bash
#ignore blacklist ${PATH}/sh
mkdir ${HOME}/.config/CrossCode
whitelist ${HOME}/.config/CrossCode
whitelist-ro ${HOME}/games/CrossCode
ignore memory-deny-write-execute
ignore noexec ${HOME}
include generic-game.inc
|