Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit 00a86df2 authored by Ahmed Harhash's avatar Ahmed Harhash
Browse files

avicii: sepolicy: Grant update_engine access to A/B partitions

parent ce57df47
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -8,3 +8,7 @@ allow update_engine {
    firmware_file
    metadata_file
}:dir search;

allow update_engine block_device:dir search;

allow update_engine vendor_custom_ab_block_device:blk_file rw_file_perms;
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ allow update_engine_common {
    modem_block_device
    uefi_block_device
    recovery_block_device
    vendor_custom_ab_block_device
}:blk_file rw_file_perms;

allow update_engine_common tmpfs:lnk_file r_file_perms;