mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3314] keepassxc: ssh-agent feature does not work #2081
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#2081
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 @agraven on GitHub (Apr 4, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3314
Using the standard profile for keepassxc in version 0.9.62 causes the ssh-agent functionality to stop working. I'm running Ubuntu 19.10.
@rusty-snake commented on GitHub (Apr 4, 2020):
Works it if you allow access to .ssh?
@agraven commented on GitHub (Apr 4, 2020):
Thanks for the quick response! I presume you meant
noblacklist ${HOME}/.ssh?@agraven commented on GitHub (Apr 4, 2020):
I tried adding all the suggested directives but nothing seemed to change.
As a side note, fetching favicons from websites also doesn't work because network access is disabled, I don't quite understand the networking settings well enough to figure out how to enable it
@rusty-snake commented on GitHub (Apr 4, 2020):
Network: use host network namespace; allow AF_INET and AF_INET6 sockets; TLS + DNS files in /etc
@agraven commented on GitHub (Apr 4, 2020):
Thanks! Would this be worth adding commented out to keepassxc.profile with a comment explaining what enabling them does? I'll gladly make a PR for that if so
@rusty-snake commented on GitHub (Apr 4, 2020):
Some users probably want to fetch favicons inside keepassxc. Even if internet access relaxes the sandbox and keepassxc is only an blacklisting profile due to #2874.
I make it whitelisting like this, then you have to save the database in ~/Documents/KeePassXC
disable-programs.local:keepassxc.local:@rusty-snake commented on GitHub (Apr 5, 2020):
Back to the ssh-agent. Is anything in the journal?
@rusty-snake commented on GitHub (Jun 4, 2020):
I'm closing here due to inactivity, please fell free to reopen if you still have this issue.
#3329 is still open.
@ShellCode33 commented on GitHub (Nov 30, 2023):
Seems to be enough, thanks 👍