mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-14 06:05:08 +01:00
Merge branch 'roddhjav:main' into main
This commit is contained in:
commit
7650a4391f
3 changed files with 5 additions and 5 deletions
|
@ -83,10 +83,10 @@ profile mkinitcpio @{exec_path} flags=(attach_disconnected) {
|
||||||
|
|
||||||
# Manage /boot
|
# Manage /boot
|
||||||
/ r,
|
/ r,
|
||||||
/{boot,efi}/ r,
|
/boot/ r,
|
||||||
/{boot,efi}/EFI/{,**} rw,
|
/{boot,efi}/EFI/{,**} rw,
|
||||||
/{boot,efi}/initramfs-*.img* rw,
|
/boot/initramfs-*.img* rw,
|
||||||
/{boot,efi}/vmlinuz-* r,
|
/boot/vmlinuz-* r,
|
||||||
|
|
||||||
/usr/share/systemd/bootctl/** r,
|
/usr/share/systemd/bootctl/** r,
|
||||||
|
|
||||||
|
|
|
@ -39,7 +39,7 @@ profile pacman @{exec_path} flags=(attach_disconnected) {
|
||||||
|
|
||||||
ptrace read,
|
ptrace read,
|
||||||
|
|
||||||
signal send set=usr1 peer=gvfsd,
|
signal send,
|
||||||
signal receive set=winch peer=makepkg//sudo,
|
signal receive set=winch peer=makepkg//sudo,
|
||||||
|
|
||||||
@{exec_path} mrix,
|
@{exec_path} mrix,
|
||||||
|
|
|
@ -37,7 +37,7 @@ profile pacman-hook-mkinitcpio @{exec_path} flags=(attach_disconnected) {
|
||||||
|
|
||||||
/ r,
|
/ r,
|
||||||
/boot/ r,
|
/boot/ r,
|
||||||
/boot/efi/boot/boot*.efi rw,
|
/{boot,efi}/EFI/boot/boot*.efi rw,
|
||||||
/boot/initramfs-*-fallback.img rw,
|
/boot/initramfs-*-fallback.img rw,
|
||||||
/boot/initramfs-*.img rw,
|
/boot/initramfs-*.img rw,
|
||||||
/boot/vmlinuz-* rw,
|
/boot/vmlinuz-* rw,
|
||||||
|
|
Loading…
Reference in a new issue