You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm also a bit concerned about running anything Chromium-based with --no-sandbox. Chromium Flatpak apps do not get access to unprivileged user namespaces, or the chrome-sandbox SUID binary (one of these two is necessary for Chromium's Layer 1 sandbox to work correctly), and are instead expected to use Flatpak's sub-sandbox API. Currently, Chromium doesn't support this API. The only real solution right now is to use Zypak which works around this issue.
If i understand correctly, all that would be needed would be to use https://docs.flatpak.org/en/latest/electron.html#launching-the-app to launch the app to resolve the sandboxing issues? or would this need to be done in combination with removing --no-sandbox from the app itself (specifically for flatpak builds)
Maybe its worth going through the git logs to see why --no-sandbox was added in the first place
source: futo-org/Grayjay.Desktop#14 (comment)
The text was updated successfully, but these errors were encountered: