Merge "[ALPS04401328] ota update: fix selinux permission for AB update with dynamic partition" into alps-trunk-q0.basic

Change-Id: I3c9b01edb02113777792a9810ac80d898a73220f
MTK-Commit-Id: 0f4eecb18e01ddab215d735d8e79f31713f77162
This commit is contained in:
Chang-An Chen 2020-01-18 10:11:39 +08:00 committed by Gerrit Code Review
commit a805926cb2

View File

@ -17,7 +17,7 @@ allow update_engine loader_ext_block_device:blk_file rw_file_perms;
allow update_engine cam_vpu_block_device:blk_file rw_file_perms; allow update_engine cam_vpu_block_device:blk_file rw_file_perms;
allow update_engine para_block_device:blk_file rw_file_perms; allow update_engine para_block_device:blk_file rw_file_perms;
allow update_engine vbmeta_block_device:blk_file rw_file_perms; allow update_engine vbmeta_block_device:blk_file rw_file_perms;
allow update_engine proc_filesystems:file r_file_perms;
# Add for update_engine call by system_app # Add for update_engine call by system_app
allow update_engine system_app:binder { call transfer }; allow update_engine system_app:binder { call transfer };