update_engine: Add vm_system_file context for update_engine

Change-Id: I362a26e453c9b931dd179e5a17cd241a684f6b38
This commit is contained in:
Nirmal Kumar 2020-06-05 12:23:18 -07:00
parent d7b3c03bdd
commit b7f7e3cdc9

View file

@ -31,4 +31,5 @@ allow update_engine storage_file:dir r_dir_perms;
allow update_engine fuse:dir r_dir_perms;
allow update_engine sdcard_type:dir r_dir_perms;
allow update_engine sdcard_type:file r_file_perms;
allow update_engine vendor_vm_system_file:dir search;
binder_call( update_engine, system_app )