Closed joshua-stone closed 1 year ago
I...don't think the processes in question actually run in a network sandbox? You could patch out the lines that disable networking in the sandbox from spawn_launcher_delegate.cc
(where it adds kNoNetwork
to the spawn flags) & mimc_launcher_delegate.cc
(where it adds --no-network
to the CLI args)...but I'm a tad skeptical it's tied to it.
I'm going to mark this as closed to due how difficult it's been to replicate. It's most likely caused by an outside issue that's not intrinsic to zypak.
The Obsidian app seems to have encountered a networking issue where it cannot successfully reach Github which is impacting its ability to download OTA updates and information about available community plugin despite having network access in the sandbox:
https://github.com/flathub/md.obsidian.Obsidian/issues/95