Update pacman-key (#230)

This commit is contained in:
curiosityseeker 2023-10-20 23:50:56 +02:00 committed by GitHub
parent 38648bcba1
commit 04cae35e6e
Failed to generate hash of commit

View file

@ -45,6 +45,10 @@ profile pacman-key @{exec_path} {
capability dac_read_search,
capability mknod,
network inet stream,
network inet6 stream,
network unix stream,
@{bin}/gpg{,2} mr,
@{bin}/dirmngr rix,
@{bin}/gpg-agent rix,
@ -60,6 +64,9 @@ profile pacman-key @{exec_path} {
owner @{PROC}/@{pid}/task/@{tid}/comm rw,
owner @{PROC}/@{pid}/task/@{tid}/stat rw,
/dev/pts/@{int} rw,
/dev/tty@{int} rw,
}
include if exists <local/pacman-key>