From e6dd6cbfb0e4db04c664cda45c5520f20ff0d0ca Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Thu, 5 Jan 2023 01:08:56 -0800
Subject: Rename ftl-advanced-edition profile to simply ftl

---
 profiles/ftl.profile | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 profiles/ftl.profile

(limited to 'profiles/ftl.profile')

diff --git a/profiles/ftl.profile b/profiles/ftl.profile
new file mode 100644
index 0000000..479adfa
--- /dev/null
+++ b/profiles/ftl.profile
@@ -0,0 +1,17 @@
+# This file is overwritten after every install/update
+# Persistent local customizations
+include ftl.local
+# Persistent global definitions
+include globals.local
+
+noblacklist ${HOME}/.local/share/FasterThanLight
+
+mkdir ${HOME}/.local/share/FasterThanLight
+whitelist ${HOME}/.local/share/FasterThanLight
+whitelist-ro ${HOME}/games/FTL
+
+ignore memory-deny-write-execute
+
+ignore noexec ${HOME}
+
+include generic-game.inc
-- 
cgit v1.2.1