blob: dd69f3d5130da4cfee3b358a6a1e3d54f4220ca2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# This file is overwritten after every install/update
# Persistent local customizations
include mount-and-blade-warband.local
# Persistent global definitions
include globals.local
noblacklist ${HOME}/.mbwarband
whitelist ${HOME}/games/Mount and Blade - Warband
read-only ${HOME}/games/Mount and Blade - Warband
mkdir ${HOME}/.mbwarband
whitelist ${HOME}/.mbwarband
# machine-id, obs, and alsa don't get along
#ignore machine-id
seccomp !name_to_handle_at
ignore memory-deny-write-execute
ignore noexec ${HOME}
include generic-game.inc
|