Initial pacman profiles.

This commit is contained in:
Alexandre Pujol 2021-08-22 15:38:14 +01:00
parent 020eb0daf6
commit 3c1a201e4a
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
12 changed files with 403 additions and 1 deletions

View file

@ -14,7 +14,7 @@ profile pacman-key @{exec_path} {
/{usr/,}bin/basename rix,
/{usr/,}bin/gettext rix,
/{usr/,}bin/gpg rUx,
/{usr/,}bin/gpg rCx -> gpg,
/{usr/,}bin/pacman-conf rPx,
/{usr/,}bin/tput rix,
@ -23,5 +23,14 @@ profile pacman-key @{exec_path} {
/dev/tty rw,
profile gpg {
include <abstractions/base>
/{usr/,}bin/gpg mr,
/etc/pacman.d/gnupg/ rw,
/etc/pacman.d/gnupg/** rwkl,
}
include if exists <local/pacman-key>
}