mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #5469] PPA installation: Key is stored in legacy trusted.gpg keyring (Linux Mint) #3009
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#3009
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 @Frostbyte4664 on GitHub (Nov 11, 2022).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5469
Adding the PPA with
sudo add-apt-repository ppa:deki/firejailstores the key in the legacy trusted.gpg keyring, which has been depreciated in favor of separating individual keys.I wrote a small bash script to download the key and add the repository properly.
Something like this should be used in place of of
add-apt-repository.@reinerh commented on GitHub (Nov 11, 2022):
Thanks for the heads-up. Interestingly the
add-apt-repositorymethod is still the one recommended by launchpad.I would expect that the ubuntu developers fix add-apt-repository to use the new way of storing keys.
@Frostbyte4664 commented on GitHub (Nov 11, 2022):
I'm dumb. This problem is not present in the latest release of Ubuntu, but it is present in the latest release of Linux Mint.
@reinerh commented on GitHub (Nov 12, 2022):
I'll close the issue then. It sounds like
add-apt-repositoryis still the recommended way. I assume that it will fix itself once Mint updates their tools.@kmk3 commented on GitHub (Nov 13, 2022):
(Re-closing as "not planned" since nothing was changed in firejail)