blob: aacbfeb8f4ae5eda0ff82d03d2306befd82e11df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# This file is overwritten after every install/update
# Persistent local customizations
include into-the-breach.local
# Persistent global definitions
include globals.local
noblacklist ${HOME}/.local/share/IntoTheBreach
mkdir ${HOME}/.local/share/IntoTheBreach
whitelist ${HOME}/.local/share/IntoTheBreach
whitelist ${HOME}/games/Into The Breach
read-only ${HOME}/games/Into The Breach
protocol unix,netlink
seccomp !name_to_handle_at
ignore memory-deny-write-execute
ignore noexec ${HOME}
include generic-game.inc
|