mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #482] private-dev breaks gpg? #342
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#342
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 @chiraag-nataraj on GitHub (Apr 26, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/482
This seems really odd, since this didn't happen prior to gpg 2.1. Basically, when I go to use gpg with mutt, I have to disable
private-dev. Otherwise, gpg fails to work and says "No private key found" or something similar to that. I'm just curious as to whyprivate-devaffects gpg when the gpg man page, the gpg-agent man page, and the pinentry man page all don't mention /dev at all.@netblue30 commented on GitHub (Apr 27, 2016):
Under /dev I allow /dev/random and /dev/urandom. Are you also using --private-etc?
@chiraag-nataraj commented on GitHub (Apr 27, 2016):
Yeah, I'm also using --private-etc. Here's my complete profile:
@netblue30 commented on GitHub (Apr 27, 2016):
Comment out private-etc and give it a try - maybe they keep some files over there.
@chiraag-nataraj commented on GitHub (Apr 27, 2016):
Here's the exact output when I uncomment
private-devand commentprivate-etc:@netblue30 commented on GitHub (Apr 28, 2016):
Let's mark it as a bug, I'll try to look into it.
@chiraag-nataraj commented on GitHub (May 4, 2016):
Okay it works with the latest firejail update. I'm going to go ahead and close this.
@chiraag-nataraj commented on GitHub (May 5, 2016):
Never mind...I spoke too soon. It's still an issue with the latest rc.
@vn971 commented on GitHub (Jul 31, 2016):
Maybe it's just because of
private-binorseccomp.keep?@chiraag-nataraj commented on GitHub (Aug 7, 2016):
Nope.
private-binis not the issue (I've commented it out before with no change).seccomp.keepyields the same results.@chiraag-nataraj commented on GitHub (Mar 28, 2017):
Okay...this is interesting. Somewhere along the way, I ended up using a different
gpg-agent. I don't know if it's a result of some change infirejailor the change ingpg-agent, but this works now. I'll go ahead and close it.