summaryrefslogtreecommitdiff
path: root/profiles/openmw.profile
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-03-14 23:55:30 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-03-14 23:55:30 -0700
commit176dae16c44794f30cb347dfd84fe84bcc5c9708 (patch)
tree3c3b092e9446c01e5613c7596e5fa89277cb1385 /profiles/openmw.profile
downloadfirejail-profiles-176dae16c44794f30cb347dfd84fe84bcc5c9708.tar.xz
Initial commit
Diffstat (limited to 'profiles/openmw.profile')
-rw-r--r--profiles/openmw.profile30
1 files changed, 30 insertions, 0 deletions
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