Move vendor to legacy/zuma/vendor

Bug: 296187211
Change-Id: I28450565c4ee585060387ad988e7efbb1620eaee
This commit is contained in:
Wilson Sung 2023-09-01 15:59:33 +08:00
parent 3e84a7d11f
commit 863d41f6c6
92 changed files with 538 additions and 533 deletions

13
legacy/zuma/vendor/init.te vendored Normal file
View file

@ -0,0 +1,13 @@
allow init mnt_vendor_file:dir mounton;
allow init custom_ab_block_device:lnk_file relabelto;
# This is needed for chaining a boot partition vbmeta
# descriptor, where init will probe the boot partition
# to read the chained vbmeta in the first-stage, then
# relabel /dev/block/by-name/boot_[a|b] to block_device
# after loading sepolicy in the second stage.
allow init boot_block_device:lnk_file relabelto;
allow init persist_file:dir mounton;
allow init ram_device:blk_file w_file_perms;