feat(profile): general update

This commit is contained in:
Alexandre Pujol 2025-01-20 21:23:31 +01:00
parent e41c5f6055
commit 693259d8c1
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
22 changed files with 42 additions and 25 deletions

View file

@ -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,

View file

@ -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,