mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-12-27 07:27:24 +01:00
fix(profile): pacman-hook-systemd: add systemd-tty-ask-password-agent.
fix #632
This commit is contained in:
parent
f8fc1aa387
commit
57ddfd29ce
1 changed files with 4 additions and 0 deletions
|
@ -45,6 +45,10 @@ profile pacman-hook-systemd @{exec_path} {
|
||||||
|
|
||||||
capability net_admin,
|
capability net_admin,
|
||||||
|
|
||||||
|
signal send set=term peer=systemd-tty-ask-password-agent,
|
||||||
|
|
||||||
|
@{bin}/systemd-tty-ask-password-agent Px,
|
||||||
|
|
||||||
include if exists <local/pacman-hook-systemd_systemctl>
|
include if exists <local/pacman-hook-systemd_systemctl>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue