mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-29 22:35:15 +01:00
Update pacman-key (#230)
This commit is contained in:
parent
38648bcba1
commit
04cae35e6e
1 changed files with 7 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue