blob: c8d89ef2ff9bcd1b1f1b4b8ddec657ec1582ca94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# This file is overwritten after every install/update
# Persistent local customizations
include objects-in-space.local
# Persistent global definitions
include globals.local
noblacklist ${HOME}/Documents
noblacklist ${HOME}/Documents/ObjectsInSpace
mkdir ${HOME}/Documents
mkdir ${HOME}/Documents/ObjectsInSpace
whitelist ${HOME}/Documents/ObjectsInSpace
whitelist ${HOME}/games/Objects In Space
read-only ${HOME}/games/Objects In Space
private-etc asound.conf,group,localtime,machine-id,passwd,pulse
ignore memory-deny-write-execute
ignore noexec ${HOME}
include generic-game.inc
|