blob: 142db0d5a3a20495ea810e721990e003239a9b93 (
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
27
28
29
30
|
# This file is overwritten after every install/update
# Persistent local customizations
include cities-skylines.local
# Persistent global definitions
include globals.local
noblacklist ${HOME}/.config/unity3d
noblacklist ${HOME}/.config/unity3d/Colossal Order
noblacklist ${HOME}/.config/unity3d/Colossal Order/Cities_ Skylines
noblacklist ${HOME}/.local/share/Colossal Order
noblacklist ${HOME}/.local/share/Colossal Order/Cities_Skylines
mkdir ${HOME}/.config/unity3d
mkdir ${HOME}/.config/unity3d/Colossal Order
mkdir ${HOME}/.config/unity3d/Colossal Order/Cities_ Skylines
mkdir ${HOME}/.local/share/Colossal Order
mkdir ${HOME}/.local/share/Colossal Order/Cities_Skylines
whitelist ${HOME}/.config/unity3d/Colossal Order/Cities_ Skylines
whitelist ${HOME}/.local/share/Colossal Order/Cities_Skylines
whitelist ${HOME}/games/CitiesSkylines
read-only ${HOME}/games/CitiesSkylines
protocol unix,netlink
seccomp !name_to_handle_at,!kcmp
ignore memory-deny-write-execute
ignore noexec ${HOME}
include generic-game.inc
|