blob: db331ca86ff714a6ea15737e935c2f7d1c70a1a1 (
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 openmw.local
# Persistent global definitions
include globals.local
noblacklist ${HOME}/.config/openmw-wizardrc
noblacklist ${HOME}/.config/openmw
noblacklist ${HOME}/.local/share/openmw
include whitelist-common.inc
whitelist ${HOME}/.config
mkfile ${HOME}/.config/openmw-wizardrc
whitelist ${HOME}/.config/openmw-wizardrc
mkdir ${HOME}/.config/openmw
whitelist ${HOME}/.config/openmw
mkdir ${HOME}/.local/share/openmw
whitelist ${HOME}/.local/share/openmw
whitelist ${HOME}/games/Morrowind
read-only ${HOME}/games/Morrowind
protocol unix,netlink
seccomp !name_to_handle_at
private-etc asound.conf,group,localtime,machine-id,openmw,pulse
ignore memory-deny-write-execute
include generic-game.inc
|