chore: fix linter issues.

This commit is contained in:
Alexandre Pujol 2025-07-21 01:04:37 +02:00 committed by Alex
parent ac3e0fea59
commit b878ce1ea2
3 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,7 @@ profile kernel-postinst-kdump @{exec_path} {
@{bin}/cp rix,
@{bin}/du rix,
@{bin}/find rix,
@{bin}/kmod rCx -> kmod,
@{bin}/kmod rCx -> kmod,
@{bin}/ischroot rPx,
@{bin}/linux-version rPx,
@{bin}/mkdir rix,
@ -49,7 +49,7 @@ profile kernel-postinst-kdump @{exec_path} {
include <abstractions/base>
include <abstractions/app/kmod>
include if exists <local/dkernel-postinst-kdump_kmod>
include if exists <local/kernel-postinst-kdump_kmod>
}
include if exists <local/kernel-postinst-kdump>

View file

@ -20,7 +20,7 @@ profile initramfs-hooks @{exec_path} {
@{bin}/ischroot Px,
@{bin}/ldd Cx -> ldd,
@{bin}/plymouth Px,
@{bin}/update-alternatives Px,
@{sbin}/update-alternatives Px,
@{lib}/dracut/dracut-install Px,
@{lib}/initramfs-tools/bin/busybox ix,
@{lib}/klibc/bin/fstype ix,

View file

@ -23,7 +23,7 @@ profile needrestart @{exec_path} flags=(attach_disconnected) {
@{sh_path} rix,
@{bin}/dpkg-query rpx,
@{bin}/fail2ban-server rPx,
@{bin}/stty rix,
@{bin}/stty rix,
@{bin}/systemctl rCx -> systemctl,
@{bin}/systemd-detect-virt rPx,
@{bin}/udevadm rCx -> udevadm,