[snap] chromium-browser ignores system password store

Bug #1832786 reported by Russ Dill
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
chromium-browser (Ubuntu)
Expired
Undecided
Unassigned

Bug Description

The new chromium 75 snap package intentionally ignores the system password store:

https://chromium.googlesource.com/chromium/src.git/+/master/docs/linux_password_storage.md

Normally, chromium auto-detects what type of password store to use, previously this has resulted in chromium connecting to the gnome password store. The new snap release passes the command line argument:

'--password-store=basic'

Which bypasses the gnome password storage.

Tags: snap
Revision history for this message
Russ Dill (russ-dill) wrote :

Verified that manually starting with:

'/snap/chromium/750/usr/lib/chromium-browser/chrome --no-default-browser-check --no-first-run --ppapi-flash-path'

fixes the issue.

Paul White (paulw2u)
summary: - chromium-browser ignores system password store
+ [snap] chromium-browser ignores system password store
tags: added: snap
Revision history for this message
Olivier Tilloy (osomon) wrote :

Thanks for the report Russ.
Can you please share the output of the following command?

    snap connections chromium | grep password-manager-service

I suspect the password-manager-service interface is not connected, which would explain why it's using the basic, unencrypted password store. In that case you can connect it like this:

    snap connect chromium:password-manager-service

Please note that this is not a regression as far as the snap is concerned, the password-manager-service interface has never been auto-connected.

Changed in chromium-browser (Ubuntu):
status: New → Incomplete
Revision history for this message
Russ Dill (russ-dill) wrote :

password-manager-service chromium:password-manager-service :password-manager-service manual

Revision history for this message
Olivier Tilloy (osomon) wrote :

So the interface is connected indeed.

What makes you say that the new snap release passes the --password-store=basic command line argument?

Revision history for this message
Olivier Tilloy (osomon) wrote :

@Russ, can you answer the question above?

  > What makes you say that the new snap release passes
  > the --password-store=basic command line argument?

Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for chromium-browser (Ubuntu) because there has been no activity for 60 days.]

Changed in chromium-browser (Ubuntu):
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.