diff --git a/org.yuzu_emu.yuzu.json b/org.yuzu_emu.yuzu.json index 83d9d22..a1f2d2e 100644 --- a/org.yuzu_emu.yuzu.json +++ b/org.yuzu_emu.yuzu.json @@ -14,7 +14,9 @@ "--socket=pulseaudio", "--share=network", "--share=ipc", - "--filesystem=xdg-run/app/com.discordapp.Discord:create" + "--filesystem=xdg-run/app/com.discordapp.Discord:create", + "--filesystem=home:ro", + "--filesystem=/run/media:ro" ], "cleanup-commands": [ "/app/cleanup-BaseApp.sh" @@ -257,4 +259,4 @@ ] } ] -} \ No newline at end of file +}