fix(profile): small improvment raised by the tests.

This commit is contained in:
Alexandre Pujol 2025-05-01 18:48:31 +02:00
parent 3a568ba307
commit 45d7cf48c4
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
8 changed files with 17 additions and 6 deletions

View file

@ -59,6 +59,8 @@ profile needrestart @{exec_path} flags=(attach_disconnected) {
/usr/share/** r,
/var/lib/*/** r,
owner /var/cache/debconf/{config,passwords,templates}.dat{,-new,-old} rwk,
/tmp/@{word10}/ rw,
owner @{run}/sshd.pid r,

View file

@ -232,7 +232,7 @@ profile run-parts @{exec_path} {
@{sbin}/dkms rPx,
@{bin}/dpkg rPx -> child-dpkg,
@{bin}/systemd-detect-virt rPx,
@{bin}/update-alternatives rPx,
@{sbin}/update-alternatives rPx,
@{sbin}/update-grub rPUx,
@{sbin}/update-initramfs rPx,
@{lib}/dkms/dkms_autoinstaller rPx,