Skip to content

Commit

Permalink
i/b/fwupd: allow access to dell bios recovery (#14920)
Browse files Browse the repository at this point in the history
Upstream issue: fwupd/fwupd#8227
  • Loading branch information
CragW authored Jan 20, 2025
1 parent 03a578a commit 35d5fc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions interfaces/builtin/fwupd.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ const fwupdPermanentSlotAppArmor = `
/boot/efi/EFI/*/ rw,
/boot/efi/EFI/*/fw/ rw,
/boot/efi/EFI/*/fw/** rw,
/boot/efi/EFI/dell/bios/recovery/ rw,
/boot/efi/EFI/dell/bios/recovery/** rw,
/boot/efi/EFI/fwupd/ rw,
/boot/efi/EFI/fwupd/** rw,
/boot/efi/EFI/UpdateCapsule/ rw,
Expand Down

0 comments on commit 35d5fc9

Please sign in to comment.