Merge branch 'roddhjav:main' into main

This commit is contained in:
Besanon 2024-11-04 12:02:51 +01:00 committed by GitHub
commit 7650a4391f
Failed to generate hash of commit
3 changed files with 5 additions and 5 deletions

View file

@ -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,

View file

@ -39,7 +39,7 @@ profile pacman @{exec_path} flags=(attach_disconnected) {
ptrace read,
signal send set=usr1 peer=gvfsd,
signal send,
signal receive set=winch peer=makepkg//sudo,
@{exec_path} mrix,

View file

@ -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,