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