mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4107] evolution - gpg card #2537
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#2537
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 @madbehaviorus on GitHub (Mar 17, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4107
Write clear, concise and in textual form.
Bug and expected behavior
That it works, because there is no dbus command in the local profile (/usr/local/etc/firejail/evolution.profile).
And that is also the fix in thunderbird to use a pgp smartcard.
No profile and disabling firejail
firejail --noprofile /path/to/programin a terminal?The smartcard works.
which <program>orfirejail --listwhile the sandbox is running)?The smartcard works also.
Reproduce
Steps to reproduce the behavior:
firejail PROGRAMERROREnvironment
Compile time support:
- AppArmor support is disabled
- AppImage support is enabled
- file and directory whitelisting support is enabled
- networking support is enabled
- seccomp-bpf support is enabled
- user namespace support is enabled
Additional context
Other context about the problem like related errors to understand the problem.
Checklist
all yes
debug output
@madbehaviorus commented on GitHub (Mar 17, 2021):
*** Reproduce ***
After install run firecfg und firejail use the profile /usr/local/etc/firejail/evolution.profile.
If I would encrypt a mail, it does nothing. The smartcard are not in use or unreachable.
evolution profile
@rusty-snake commented on GitHub (Mar 17, 2021):
You must insert your pgp/gpg/u2f/auth-card/stick/devices nitrokey/yubikey before you start the sandbox and keep it inserted. Or you use
ignore private-dev.@madbehaviorus commented on GitHub (Mar 17, 2021):
I have tested both without any effect.
Any suggestions?
@rusty-snake commented on GitHub (Mar 19, 2021):
Is anything in the syslog? If not I've no future ideas.
@rusty-snake commented on GitHub (Aug 4, 2021):
I'm closing here due to inactivity, please fell free to request to reopen if you still have this issue.