mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1791] keepassxc: cannot open database (memory-deny-write-execute) #1213
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#1213
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?
Originally created by @qazip on GitHub (Mar 1, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1791
Hello,
Please check this issue in the KeepassXC repo: https://github.com/keepassxreboot/keepassxc/issues/1582
I've found that whenever KeepassXC is ran under firejail, it doesn't work. This is the output:
My firejail's version is the following:
@Vincent43 commented on GitHub (Mar 1, 2018):
You can try creating
/etc/firejail/keepassxc.localfile withnoblacklist /run/user/*/busline inside.@Fred-Barclay commented on GitHub (Mar 2, 2018):
@qazip What version of firejail are you using?
@qazip commented on GitHub (Mar 2, 2018):
@Fred-Barclay, so sorry, I normally don't forget that. I've edited my post with my firejail version. It's 0.9.52.
@Vincent43 commented on GitHub (Mar 2, 2018):
@qazip did you tried what I suggested?
@qazip commented on GitHub (Mar 2, 2018):
@Vincent43, I have now. It's still giving me the error:
My keepassxc.local only has
noblacklist /run/user/*/bus, nothing else.@SkewedZeppelin commented on GitHub (Mar 2, 2018):
Failed to connect to socket /tmp/dbus-FyLuCtiUoy: Connection refusedshould be fixed by commenting
net noneandblacklist /run/user/*/buslibGL error: failed to open drm device: No such file or directoryis expected due to
no3d@smitsohu commented on GitHub (Mar 5, 2018):
@qazip another line that is known to cause problems is
memory-deny-write-execute(see discussion in #1631).Does
firejail --ignore=memory-deny-write-execute keepassxcrestore functionality?@elvetemedve commented on GitHub (Mar 6, 2018):
@smitsohu I'm running Arch Linux and have the same issue. Removing the
memory-deny-write-executeoption made it working again.@qazip commented on GitHub (Mar 6, 2018):
Yes indeed, that seems to work. It would be good if someone made a PR to keepassxc's profile.. Should I close this issue?
@smitsohu commented on GitHub (Mar 6, 2018):
@qazip @elvetemedve Thanks, I think we can close the issue then.
It is already fixed for the upcoming release in
38e798e2d6.