summaryrefslogtreecommitdiff
path: root/profiles/starbound.profile
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/starbound.profile')
-rw-r--r--profiles/starbound.profile20
1 files changed, 20 insertions, 0 deletions
diff --git a/profiles/starbound.profile b/profiles/starbound.profile
new file mode 100644
index 0000000..36e59dd
--- /dev/null
+++ b/profiles/starbound.profile
@@ -0,0 +1,20 @@
+# This file is overwritten after every install/update
+# Persistent local customizations
+include starbound.local
+# Persistent global definitions
+include globals.local
+
+whitelist ${HOME}/games/Starbound
+read-only ${HOME}/games/Starbound
+mkdir ${HOME}/games/Starbound/game/storage
+read-write ${HOME}/games/Starbound/game/storage
+
+protocol unix,inet,inet6,netlink
+# # Starbound requires syscall name_to_handle_at
+seccomp !name_to_handle_at
+
+ignore memory-deny-write-execute
+
+ignore noexec ${HOME}
+
+include generic-game-networked.inc