blob: aad11a7a83d57988e2472ef5d652187388949fe8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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
|