diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-05 01:09:31 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-05 01:09:31 -0800 |
commit | a07aa02704a45186f4dd90fe0bdd20e8ab44953e (patch) | |
tree | 9c022aed2ed5a0577834ece483920b61c981e168 | |
parent | Rename ftl-advanced-edition profile to simply ftl (diff) | |
download | firejail-profiles-a07aa02704a45186f4dd90fe0bdd20e8ab44953e.tar.xz |
Fix stardew valley profile.
-rw-r--r-- | profiles/stardew-valley.profile | 8 |
1 files changed, 5 insertions, 3 deletions
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 |