mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2887] firefox addon mailvelope not work w/ firejail #1803
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#1803
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 @OwenChia on GitHub (Aug 3, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2887
Background:
Mailvelope is a browser extension offers email encryption with PGP.
Version:
Issues:
I followed this instruction, the connection is established, but no gpg key displayed.
whitelist ${HOME}/.gnupg, still not work;and I trying run
firejail --profile=/etc/firejail/firefox.profile --whitelist='${HOME}/.gnupg' gpgme-json -iwith input
{"op":"keylist"}, gothow to make it work?
@rusty-snake commented on GitHub (Aug 3, 2019):
Maybe the following firefox.local
Idea from enigmail in thunderbird.local.
@OwenChia commented on GitHub (Aug 3, 2019):
it works!
Thank you for your reply.
@rusty-snake commented on GitHub (Aug 3, 2019):
@OwenChia If you want, you can try if one or both of the last two line are not needed for mailvelope.
@OwenChia commented on GitHub (Aug 4, 2019):
@rusty-snake
I tried to remove and add those line one by one, found that only
noblacklist ${HOME}/.gnupgandwhitelist ${HOME}/.gnupgis needed.