mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2365] Debian thunderbird - gpp-agent not working togehter #1577
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#1577
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 @Micha-Btz on GitHub (Jan 23, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2365
Hi There,
I use Debian Sid with thunderbird 60.4 and firejail version 0.9.56
Compile time support:
- AppArmor support is enabled
- AppImage support is enabled
- chroot support is enabled
- file and directory whitelisting support is enabled
- file transfer support is enabled
- networking support is enabled
- overlayfs support is enabled
- private-home support is enabled
- seccomp-bpf support is enabled
- user namespace support is enabled
- X11 sandboxing support is enabled
I can't decrypt in mails with gpg-agent if thunderbird running in firejail, without firejail it works.
When in firejail and I mark a encrypted mail, the passphrase entry window doesn't show off.
The strange thing is, if I save one of these mails, decrypt them on the terminal(directly with gpg), then I shows as decrypted in thunderbird too.
The --writable-run-user flag is set in profile config, but doesn't help.
Can someone help me to find the root case of this?
Micha
@Fred-Barclay commented on GitHub (Jan 24, 2019):
Try adding
--ignore=nodbusto firejail when you call thunderbird.(See https://github.com/netblue30/firejail/blob/master/etc/thunderbird.profile#L45 for reference).
Cheers!
Fred
@Micha-Btz commented on GitHub (Jan 25, 2019):
this works :-)