mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-24 02:45:38 +01:00
/boot/EFI 2
This commit is contained in:
parent
a9a41ef810
commit
1eb7be5447
2 changed files with 4 additions and 4 deletions
|
@ -83,10 +83,10 @@ profile mkinitcpio @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
# Manage /boot
|
||||
/ r,
|
||||
/{boot,efi}/ r,
|
||||
/boot/ r,
|
||||
/{boot,efi}/EFI/{,**} rw,
|
||||
/{boot,efi}/initramfs-*.img* rw,
|
||||
/{boot,efi}/vmlinuz-* r,
|
||||
/boot/initramfs-*.img* rw,
|
||||
/boot/vmlinuz-* r,
|
||||
|
||||
/usr/share/systemd/bootctl/** r,
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ profile pacman-hook-mkinitcpio @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
/ r,
|
||||
/boot/ r,
|
||||
/boot/efi/boot/boot*.efi rw,
|
||||
/{boot,efi}/EFI/boot/boot*.efi rw,
|
||||
/boot/initramfs-*-fallback.img rw,
|
||||
/boot/initramfs-*.img rw,
|
||||
/boot/vmlinuz-* rw,
|
||||
|
|
Loading…
Add table
Reference in a new issue