mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 22:01:33 -06:00
[GH-ISSUE #5450] keepassxc: Warning: not remounting /run/user/1000/app/org.keepassxc.KeePassXC #3001
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#3001
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 @WhyNotHugo on GitHub (Nov 3, 2022).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5450
Description
KeePassXC now creates its socket in a dedicated directory, so this directory can be cross-mounted to other sandboxes (e.g.: Firefox). See
40316ac7b9I'm trying to update the profile for keepassxc to always mount this directory from the host, by adding this to
keepassxc.local:However, when starting keepassxc, firejail prints:
I've no idea why this is happening; it's just warning me that it can't, but there's no obvious reason. What am I doing wrong?
Steps to Reproduce
See above
Expected behavior
Directory should be mounted or an indication of what failed should be given.
Actual behavior
The directory is not mounted without any explanation.
Behavior without a profile
n/a
Additional context
Full put:
Additionally,
keepassxc.localneeds:Environment
ArchLinux
Checklist
n/a
Log
See above.
@WhyNotHugo commented on GitHub (Nov 4, 2022):
On Fri, 4 Nov 2022, at 00:07, fred wrote:
Upstream KeePassXC has merged changes for this to work out of the box when firefox and/or kpxc are sandboxes. You need to drop any local hacks.
--
Hugo
@WhyNotHugo commented on GitHub (Nov 5, 2022):
Ah, figured out the issue: in one of the many files inherited by
firejail,${RUNUSER}/appis blacklisted, so whitelisting subdirectories of it is not allowed.Need to change the original to: