blob: 770093733cc4f4b4770ac3a5ce14ffb3a13e5c87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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
|