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/starbound.profile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 profiles/starbound.profile (limited to 'profiles/starbound.profile') 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 -- cgit v1.2.1