blob: ea999a574aa366583f2e18ca28fbf80f95ea7c04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# This file is overwritten after every install/update
# Persistent local customizations
include factorio.local
# Persistent global definitions
include globals.local
whitelist ${HOME}/games/Factorio
read-only ${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
|