fix(profile): update archlinux-keyring requirements.

fix #784
This commit is contained in:
Alexandre Pujol 2025-07-10 00:14:24 +02:00
parent 277bd7f46a
commit e6b044376f
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
2 changed files with 4 additions and 4 deletions

View file

@ -33,9 +33,8 @@ profile gpg @{exec_path} {
/etc/inputrc r, /etc/inputrc r,
#aa:only pacman #aa:only pacman
/etc/pacman.d/gnupg/gpg.conf r, /etc/pacman.d/gnupg/ rw,
/etc/pacman.d/gnupg/pubring.gpg r, /etc/pacman.d/gnupg/** rwkl -> /etc/pacman.d/gnupg/**,
/etc/pacman.d/gnupg/trustdb.gpg r,
#aa:only apt #aa:only apt
owner /etc/apt/keyrings/ rw, owner /etc/apt/keyrings/ rw,

View file

@ -34,7 +34,8 @@ profile pacman-key @{exec_path} {
/usr/share/pacman/keyrings/{,*} r, /usr/share/pacman/keyrings/{,*} r,
/usr/share/terminfo/** r, /usr/share/terminfo/** r,
/etc/pacman.d/gnupg/* rw, /etc/pacman.d/gnupg/ rw,
/etc/pacman.d/gnupg/** rwkl -> /etc/pacman.d/gnupg/**,
/dev/tty rw, /dev/tty rw,