From 0f83cd49a17a72bc099cb394db3e9eabdd16e2ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=ABlle?= <27908024+jannuary@users.noreply.github.com> Date: Fri, 26 Nov 2021 17:45:26 -0700 Subject: [PATCH] Remove host filesystem access --- org.yuzu_emu.yuzu.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/org.yuzu_emu.yuzu.json b/org.yuzu_emu.yuzu.json index a66303e..ada5889 100644 --- a/org.yuzu_emu.yuzu.json +++ b/org.yuzu_emu.yuzu.json @@ -28,8 +28,7 @@ "--socket=fallback-x11", "--socket=pulseaudio", "--share=network", - "--share=ipc", - "--filesystem=host:ro" + "--share=ipc" ], "cleanup-commands": [ "/app/cleanup-BaseApp.sh" @@ -242,4 +241,4 @@ ] } ] -} \ No newline at end of file +}