# This file is overwritten after every install/update
# Persistent local customizations
include starbound.local
# Persistent global definitions
include globals.local

ignore include disable-shell.inc

whitelist-ro ${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