From 70d189adf412c1127e2336a7e94a708a3a164fda Mon Sep 17 00:00:00 2001 From: Mary Date: Mon, 14 Mar 2022 19:59:21 +0100 Subject: [PATCH] Reduce filesystem permissions As proven, we can use the portal for that thanks to GTK3 --- org.ryujinx.Ryujinx.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.ryujinx.Ryujinx.yml b/org.ryujinx.Ryujinx.yml index ad0cfce..3153d88 100644 --- a/org.ryujinx.Ryujinx.yml +++ b/org.ryujinx.Ryujinx.yml @@ -20,8 +20,8 @@ finish-args: - --socket=pulseaudio # Network access (Used by Amiibo API and emulated games) - --share=network - # Allows standard filesystem access (Users can load emulated games but also unpack their content) - - --filesystem=host + # Allows access to home to grab possible console keys (in $HOME/.switch/) + - --filesystem=home:ro - --filesystem=xdg-run/app/com.discordapp.Discord:create rename-icon: ryujinx command: ryujinx-wrapper