mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-24 10:55:37 +01:00
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
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:
parent
360c009a67
commit
7c49a45cbb
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue