From ca0f3f4a7d0a910b2ed797b58aa60f437f322079 Mon Sep 17 00:00:00 2001 From: Jeremy Wootten Date: Sun, 18 May 2025 17:59:59 +0100 Subject: [PATCH] Allow network access from Flatpak --- io.elementary.code.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/io.elementary.code.yml b/io.elementary.code.yml index fc654e9cf..b1d8036d6 100644 --- a/io.elementary.code.yml +++ b/io.elementary.code.yml @@ -8,6 +8,7 @@ finish-args: - '--filesystem=host' - '--share=ipc' + - '--share=network' - '--socket=fallback-x11' - '--socket=wayland'