From 176dae16c44794f30cb347dfd84fe84bcc5c9708 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 14 Mar 2020 23:55:30 -0700 Subject: Initial commit --- profiles/openmw.profile | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 profiles/openmw.profile (limited to 'profiles/openmw.profile') diff --git a/profiles/openmw.profile b/profiles/openmw.profile new file mode 100644 index 0000000..db331ca --- /dev/null +++ b/profiles/openmw.profile @@ -0,0 +1,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 -- cgit v1.2.1