Initial pacman profiles.
This commit is contained in:
parent
020eb0daf6
commit
3c1a201e4a
12 changed files with 403 additions and 1 deletions
|
|
@ -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>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue