mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3562] Allow gajim to access GPG keys #2234
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#2234
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 @bbhtt on GitHub (Jul 31, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3562
Current master for Gajim https://github.com/netblue30/firejail/blob/master/etc/profile-a-l/gajim.profile doesn't allow to use GPG keys. And
gajim-pgpis now installed alongside withgajimon Ubuntu. Add correspondingnoblacklist/whitelist, read-only .gnugpg;private-binneeds to be commented to use GPG, because I can't figure out what it needs access to and throws this error with it:Tried adding
gpg-agent,whichdoesn't work. Usingfirejail --builddoesn't show output on terminal,tried withstrace, I can't find it. Looking at the raw output of--buildfrom/tmpit is accessing/usr/bin/gpgand a bunch of files under~/.gnugpg,/etc/gcrypt.Gajim 1.1.3.
Also like Gajim consider
whitelist ${DOWNLOADS}in pidgin, account wide buddy icons are blocked.@rusty-snake commented on GitHub (Jul 31, 2020):
Open a PR 🙃 🤓 . The question is whether we want to make it opt-in, since PGP is not the easiest / common way to encrypt XMPP.
@Fred-Barclay commented on GitHub (Aug 2, 2020):
Let's do opt-in; someone who is using GPG is probably technically skilled enough that enabling it wouldn't be a big deal, and otherwise we don't expose any sensitive info unnecessarily.
@SkewedZeppelin commented on GitHub (Aug 2, 2020):
Yes, especially because OMEMO > PGP for XMPP
@bbhtt commented on GitHub (Aug 2, 2020):
OMEMO > PGP
OMEMO is based on device trust,different than PGP and I don't need the extra features it gives. Also the default
gajim-pgpthat is installed alongsidegajimon Ubuntu is based on XEP0027 which has been obsoleted by XEP0373 long ago,idk why Ubuntu includesgajim-pgpbut notgajim-openpgpas default.I'll add in a PR later once I test some other plug-ins like Latex.private-binstarted working again,guess it's a problem with gpg agent. I'll check on a new system.Close this,thanks.