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

Commit aef6765f authored by Ahmed Harhash's avatar Ahmed Harhash
Browse files

Merge branch '1327-q-avicii_ota' into 'v1-q'

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

See merge request !11
parents ce57df47 00a86df2
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;