blob: 479adfa22d470287558bb00a31735a7ff640d954 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# This file is overwritten after every install/update
# Persistent local customizations
include ftl.local
# Persistent global definitions
include globals.local
noblacklist ${HOME}/.local/share/FasterThanLight
mkdir ${HOME}/.local/share/FasterThanLight
whitelist ${HOME}/.local/share/FasterThanLight
whitelist-ro ${HOME}/games/FTL
ignore memory-deny-write-execute
ignore noexec ${HOME}
include generic-game.inc
|