blob: eec47ee96f43af12f7fee9b0fbe96a95c4bddcfa (
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
26
|
# This file is overwritten after every install/update
# Persistent local customizations
include x4-foundations.local
# Persistent global definitions
include globals.local
noblacklist ${HOME}/.config/EgoSoft
noblacklist ${HOME}/.config/EgoSoft/X4
mkdir ${HOME}/.config/EgoSoft
mkdir ${HOME}/.config/EgoSoft/X4
whitelist ${HOME}/.config/EgoSoft/X4
whitelist ${HOME}/games/X-4 Foundations
read-only ${HOME}/games/X-4 Foundations
# machine-id, obs, and alsa don't get along
#ignore machine-id
protocol unix,netlink
seccomp !name_to_handle_at
ignore memory-deny-write-execute
ignore noexec ${HOME}
include generic-game.inc
|