[PR #2774] [MERGED] chromium: disable nodbus #4522

Closed
opened 2026-05-05 10:21:42 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/2774
Author: @Vincent43
Created: 6/15/2019
Status: Merged
Merged: 6/15/2019
Merged by: @Vincent43

Base: masterHead: Vincent43-chromium-nodbus


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -2 deletions)

View changed files

📝 etc/chromium-common.profile (+1 -2)

📄 Description

Unfortunately nodbus prevents access to site passwords if they are stored in GNOME Keyring. According to docs chromium can store password in 3 different ways:

  • GNOME Keyring
  • KWallet 4
  • plain text

As KWallet storage may be broken in a same way, using nodbus will force chromium to store passwords in plain text which isn't best option for security and for firejail default.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/2774 **Author:** [@Vincent43](https://github.com/Vincent43) **Created:** 6/15/2019 **Status:** ✅ Merged **Merged:** 6/15/2019 **Merged by:** [@Vincent43](https://github.com/Vincent43) **Base:** `master` ← **Head:** `Vincent43-chromium-nodbus` --- ### 📝 Commits (1) - [`867c2bc`](https://github.com/netblue30/firejail/commit/867c2bcbfbce38e917191023e65bae6102a81430) chromium: disable nodbus ### 📊 Changes **1 file changed** (+1 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `etc/chromium-common.profile` (+1 -2) </details> ### 📄 Description Unfortunately `nodbus` prevents access to site passwords if they are stored in [GNOME Keyring](https://wiki.gnome.org/Projects/GnomeKeyring). According to [docs](https://chromium.googlesource.com/chromium/src.git/+/master/docs/linux_password_storage.md) chromium can store password in 3 different ways: - GNOME Keyring - KWallet 4 - plain text As KWallet storage may be broken in a same way, using `nodbus` will force chromium to store passwords in plain text which isn't best option for security and for firejail default. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:21:42 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#4522
No description provided.