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

noblacklist ${HOME}/.config/StardewValley

mkdir ${HOME}/.config/StardewValley
whitelist ${HOME}/.config/StardewValley
whitelist ${HOME}/games/Stardew Valley
# # read-only breaks mods
#read-only ${HOME}/games/Stardew Valley

# noinput breaks controller support
ignore noinput

# Stardew Valley requires netlink protocol
protocol unix,inet,inet6,netlink

seccomp !name_to_handle_at

ignore memory-deny-write-execute

ignore noexec ${HOME}

include generic-game-networked.inc