From a07aa02704a45186f4dd90fe0bdd20e8ab44953e Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Thu, 5 Jan 2023 01:09:31 -0800
Subject: Fix stardew valley profile.

---
 profiles/stardew-valley.profile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

(limited to 'profiles')

diff --git a/profiles/stardew-valley.profile b/profiles/stardew-valley.profile
index 6f35c6c..86d5dac 100644
--- a/profiles/stardew-valley.profile
+++ b/profiles/stardew-valley.profile
@@ -12,11 +12,13 @@ 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
-# # Unknown seccomp rule breaks SMAPI //FIXME
-#seccomp !name_to_handle_at
-ignore seccomp
+
+seccomp !name_to_handle_at
 
 ignore memory-deny-write-execute
 
-- 
cgit v1.2.1