feat(profile): general update
This commit is contained in:
parent
e41c5f6055
commit
693259d8c1
22 changed files with 42 additions and 25 deletions
|
|
@ -99,6 +99,7 @@ profile pacman @{exec_path} flags=(attach_disconnected) {
|
|||
@{bin}/update-grub rPx,
|
||||
@{bin}/update-mime-database rPx,
|
||||
@{bin}/vercmp rix,
|
||||
@{bin}/which rix,
|
||||
@{bin}/xmlcatalog rix,
|
||||
@{lib}/systemd/systemd-* rPx,
|
||||
@{lib}/ghc-@{version}/bin/ghc-pkg-@{version} rix,
|
||||
|
|
@ -198,6 +199,7 @@ profile pacman @{exec_path} flags=(attach_disconnected) {
|
|||
signal receive set=winch peer=makepkg//sudo,
|
||||
|
||||
@{pager_path} rPx -> child-pager,
|
||||
@{bin}/systemd-tty-ask-password-agent rPx,
|
||||
|
||||
/etc/machine-id r,
|
||||
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ profile pacman-hook-systemd @{exec_path} {
|
|||
capability net_admin,
|
||||
capability sys_resource,
|
||||
|
||||
signal send set=term peer=systemd-tty-ask-password-agent,
|
||||
signal send set=(cont, term) peer=systemd-tty-ask-password-agent,
|
||||
|
||||
@{bin}/systemd-tty-ask-password-agent Px,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue