From 176dae16c44794f30cb347dfd84fe84bcc5c9708 Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Sat, 14 Mar 2020 23:55:30 -0700
Subject: Initial commit

---
 profiles/x4-foundations.profile | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 profiles/x4-foundations.profile

(limited to 'profiles/x4-foundations.profile')

diff --git a/profiles/x4-foundations.profile b/profiles/x4-foundations.profile
new file mode 100644
index 0000000..9ad80f9
--- /dev/null
+++ b/profiles/x4-foundations.profile
@@ -0,0 +1,22 @@
+# This file is overwritten after every install/update
+# Persistent local customizations
+include x4-foundations.local
+# Persistent global definitions
+include globals.local
+
+noblacklist ${HOME}/.config/EgoSoft
+noblacklist ${HOME}/.config/EgoSoft/X4
+
+mkdir ${HOME}/.config/EgoSoft
+mkdir ${HOME}/.config/EgoSoft/X4
+whitelist ${HOME}/.config/EgoSoft/X4
+whitelist ${HOME}/games/X-4 Foundations
+read-only ${HOME}/games/X-4 Foundations
+
+seccomp !name_to_handle_at
+
+ignore memory-deny-write-execute
+
+ignore noexec ${HOME}
+
+include generic-game.inc
-- 
cgit v1.2.1