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
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:
Install Silverblue
Install Google Chrome via flatpak or layered rpm
Run chrome with the network service sandbox enabled (chrome://flags/#enable-network-service-sandbox or via --enable-features="NetworkServiceSandbox")
Login to github.com or another site
Close the browser
Reopen chrome with the same configuration
Observe that you need to login again
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.
This issue is not caused by the cookies being deleted. If you toggle the network service sandbox back off, you will be automatically logged in using the stored login cookies.
My hunch is that this is something to do with the keyring configuration on silverblue and how it relates to chrome's network service. The reason for this is that on silverblue (but crucially, not on workstation) I'm getting popups like this when initially opening chrome:
Keep in mind though that this is a hunch and could very well be a red herring.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: