mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2242] Arch linux needs extra options in gpg profile #1504
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#1504
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 @ghost on GitHub (Nov 5, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2242
Hi, seeing two issues with the current
gpgprofile from git master. The first is that gpg never exits cleanly in CLI. This seems to be caused byshell none. The second issue only shows on Arch, which has a package calledarchlinux-keyring, vital for pacman's functioning.$ sudo pacman -S archlinux-keyring
warning: archlinux-keyring-20181018-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...
Packages (1) archlinux-keyring-20181018-1
Total Download Size: 0,60 MiB
Total Installed Size: 0,84 MiB
Net Upgrade Size: 0,00 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
archlinux-keyring-20181018... 615,8 KiB 1400K/s 00:00 [###############################] 100%
(1/1) checking keys in keyring [###############################] 100%
(1/1) checking package integrity [###############################] 100%
(1/1) loading package files [###############################] 100%
(1/1) checking for file conflicts [###############################] 100%
:: Processing package changes...
(1/1) reinstalling archlinux-keyring [###############################] 100%
==> Appending keys from archlinux.gpg...
gpg: error writing keyring '/etc/pacman.d/gnupg/pubring.gpg': Read-only file system
gpg: can't connect to the agent: IPC connect call failed
gpg: error reading '/usr/share/pacman/keyrings/archlinux.gpg': Read-only file system
gpg: import from '/usr/share/pacman/keyrings/archlinux.gpg' failed: Read-only file system
==> Locally signing trusted keys in keyring...
...
==> Importing owner trust values...
gpg: Note: trustdb not writable
==> Disabling revoked keys in keyring...
...
==> Updating trust database...
gpg: Note: trustdb not writable
These issues are easily fixed, but it might be nice to add a note to the profile for Arch users, as adding
read-write /etc/pacman.d/gnupg+read-write /usr/share/pacman/keyringsmakes dealing witharchlinux-keyringextremely slow.Regards.