[PR #6391] [MERGED] profiles: keepassxc: add new socket location #5994

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/6391
Author: @qdii
Created: 6/22/2024
Status: Merged
Merged: 9/28/2024
Merged by: @kmk3

Base: masterHead: keepaasxc


📝 Commits (1)

  • a56d34a profiles: keepassxc: add new socket location

📊 Changes

4 files changed (+9 additions, -0 deletions)

View changed files

📝 etc/profile-a-l/chromium-common.profile (+2 -0)
📝 etc/profile-a-l/firefox-common-addons.profile (+1 -0)
📝 etc/profile-a-l/firefox-common.profile (+2 -0)
📝 etc/profile-a-l/keepassxc.profile (+4 -0)

📄 Description

KeePassXC browser extension look for KeePassXC socket in the /run/user/app directory (6b1ab1a5ed/src/browser/BrowserShared.cpp (L41)).

Unfortunately, /run/user/app seems to be blacklisted in disable-common.inc under the flatpak section (b89ec81892/etc/inc/disable-common.inc (L667)), as a result, KeePassXC extension cannot find a socket.

Fixes #5447.

Relates to:


🔄 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/6391 **Author:** [@qdii](https://github.com/qdii) **Created:** 6/22/2024 **Status:** ✅ Merged **Merged:** 9/28/2024 **Merged by:** [@kmk3](https://github.com/kmk3) **Base:** `master` ← **Head:** `keepaasxc` --- ### 📝 Commits (1) - [`a56d34a`](https://github.com/netblue30/firejail/commit/a56d34ac02c23e67c9077a4ac5fa10813048f4cb) profiles: keepassxc: add new socket location ### 📊 Changes **4 files changed** (+9 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `etc/profile-a-l/chromium-common.profile` (+2 -0) 📝 `etc/profile-a-l/firefox-common-addons.profile` (+1 -0) 📝 `etc/profile-a-l/firefox-common.profile` (+2 -0) 📝 `etc/profile-a-l/keepassxc.profile` (+4 -0) </details> ### 📄 Description KeePassXC browser extension look for KeePassXC socket in the /run/user/app directory (https://github.com/keepassxreboot/keepassxc/blob/6b1ab1a5edd66ac10706a2fb5af34ec9458a901d/src/browser/BrowserShared.cpp#L41). Unfortunately, /run/user/app seems to be blacklisted in disable-common.inc under the flatpak section (https://github.com/netblue30/firejail/blob/b89ec818926b4bcd3a58bb4e2a67b68a8090ba1c/etc/inc/disable-common.inc#L667), as a result, KeePassXC extension cannot find a socket. Fixes #5447. Relates to: * #3952 * #3984 * #4213 * #5452 * #5454 * #6529 --- <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:48:44 -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#5994
No description provided.