mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #6391] [MERGED] profiles: keepassxc: add new socket location #5994
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#5994
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:keepaasxc📝 Commits (1)
a56d34aprofiles: 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.