summaryrefslogtreecommitdiff
path: root/profiles/starbound.profile
blob: 36e59dd0b023014aebf94071ab161866ba86700e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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