blob: d97a31da04efab332cfc86c206c97fc9249c7fb8 (
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
|
# This file is overwritten after every install/update
# Persistent local customizations
include vambrace-cold-soul.local
# Persistent global definitions
include globals.local
noblacklist ${HOME}/.config/unity3d
noblacklist ${HOME}/.config/unity3d/DevespressoGames
noblacklist ${HOME}/.config/unity3d/DevespressoGames/VambraceColdSoul
mkdir ${HOME}/.config/unity3d
mkdir ${HOME}/.config/unity3d/DevespressoGames
mkdir ${HOME}/.config/unity3d/DevespressoGames/VambraceColdSoul
whitelist ${HOME}/.config/unity3d/DevespressoGames/VambraceColdSoul
whitelist ${HOME}/games/Vambrace - Cold Soul
read-only ${HOME}/games/Vambrace - Cold Soul
seccomp !name_to_handle_at
ignore memory-deny-write-execute
ignore noexec ${HOME}
include generic-game.inc
|