blob: 3c6ddb4afb46b3e5b3dee7e6a349bdce9fe655d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
noblacklist ${HOME}/.config/openmw-wizardrc
whitelist ${HOME}/.config
mkfile ${HOME}/.config/openmw-wizardrc
whitelist ${HOME}/.config/openmw-wizardrc
read-only ${HOME}/.local/share/openmw/mods
ignore whitelist /usr/share/openmw
whitelist /usr/share/games/openmw
# # alsa audio will work with ipc-namespace,
# # but it hogs the alsa device from other applications
ignore ipc-namespace
seccomp !name_to_handle_at
ignore private-opt none
ignore memory-deny-write-execute
|