fix regex on line 65, missing star
Some checks are pending
Ubuntu / check (push) Waiting to run
Ubuntu / build (default, ubuntu-22.04) (push) Blocked by required conditions
Ubuntu / build (default, ubuntu-24.04) (push) Blocked by required conditions
Ubuntu / build (full-system-policy, ubuntu-22.04) (push) Blocked by required conditions
Ubuntu / build (full-system-policy, ubuntu-24.04) (push) Blocked by required conditions
Ubuntu / tests (push) Blocked by required conditions

This commit is contained in:
c-jaenicke 2025-02-22 14:56:18 +01:00 committed by Alex
parent 360c009a67
commit 7c49a45cbb

View file

@ -62,7 +62,7 @@ profile mkinitcpio @{exec_path} flags=(attach_disconnected) {
/etc/mkinitcpio.conf r,
/etc/mkinitcpio.conf.d/{,**} r,
/etc/mkinitcpio.d/{,**} r,
/etc/modprobe.d/{,*} r,
/etc/modprobe.d/{,**} r,
/etc/os-release r,
/etc/plymouth/plymouthd.conf r,
/etc/vconsole.conf r,