blob: f3b46e98cbbb9f2de3b7892de62075ef0b9e24e4 (
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
|
# This file is overwritten after every install/update
# Persistent local customizations
include into-the-breach.local
# Persistent global definitions
include globals.local
ignore include disable-shell.inc
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
# noinput breaks controller support
ignore noinput
protocol unix,netlink
seccomp !name_to_handle_at
ignore memory-deny-write-execute
ignore noexec ${HOME}
include generic-game.inc
|