# This file is overwritten after every install/update
# Persistent local customizations
include freeorion.local
# Persistent global definitions
include globals.local

# Freeorion requires python 3
noblacklist ${PATH}/python3*
noblacklist /usr/include/python3*
noblacklist /usr/lib/python3*
noblacklist /usr/lib64/python3*
noblacklist /usr/local/lib/python3*
noblacklist /usr/share/python3*

noblacklist ${HOME}/.config/freeorion
noblacklist ${HOME}/.local/share/freeorion

mkdir ${HOME}/.config/freeorion
whitelist ${HOME}/.config/freeorion
mkdir ${HOME}/.local/share/freeorion
whitelist ${HOME}/.local/share/freeorion

ignore memory-deny-write-execute

include generic-game-networked.inc