Open RoyalOughtness opened 1 month ago
It also should be noted that eventually the network service sandbox will likely be enabled by default (or enabled in flight via variations) on linux. Meaning that once that happens, all chromium based browsers will break by default on silverblue if this bug still exists.
Describe the bug Reproduces with any chromium based browser, flatpak or layered rpm. When run with network service sandbox enabled (can be set via
chrome://flags
or via--enable-features="NetworkServiceSandbox"
), chrome will fail to persist logins. So for example if you log in to github, exit the browser, and visit github again, you will have to log in again.This behavior does not reproduce on workstation under the same conditions (NetworkServiceSandbox enabled).
To Reproduce Please describe the steps needed to reproduce the bug:
chrome://flags/#enable-network-service-sandbox
or via--enable-features="NetworkServiceSandbox"
)Expected behavior All of the above steps are expected except step 7. You should not need to login again. This is the case on workstation.
OS version:
Additional context
Two things to note:
Keep in mind though that this is a hunch and could very well be a red herring.